Skip to content

Commit

Permalink
chore(deps): Bumping to go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Feb 17, 2024
1 parent 614c134 commit d4a0e15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.21"
go-version: "^1.22"
- name: Build
run: |
make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.21"
go-version: "^1.22"
- name: Build
run: make build
- name: CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.21"
go-version: "^1.22"
- name: Build
run: make init
- name: GPG
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ViBiOh/flags

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22.0

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit d4a0e15

Please sign in to comment.