Skip to content

Commit

Permalink
Update go to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnicolas committed Apr 2, 2024
1 parent 8d80d70 commit 49d0675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: '1.16'
go-version: '1.18'
- run: go test ./...
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: '1.16'
go-version: '1.18'
- run: '[ -z "$(gofmt -e -d ./)" ]'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kilo-io/iptables_parser

go 1.16
go 1.18

0 comments on commit 49d0675

Please sign in to comment.