Skip to content

Commit

Permalink
bump for Go version 1.21 and 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nemith committed Mar 13, 2024
1 parent 7424dc4 commit 0a6df52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- run: just lint

Expand All @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.21", "1.22"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- run: GO_VERSION=${{ matrix.go }} just test

Expand All @@ -39,7 +39,7 @@ jobs:
- confd
- netopeer2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nemith/netconf

go 1.19
go 1.21

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit 0a6df52

Please sign in to comment.