Skip to content

Commit

Permalink
chore(deps): Switching to go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 14, 2024
1 parent b0cdac7 commit b690e35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.22"
go-version: "^1.23"
cache: true
- name: Build
run: |
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.22"
go-version: "^1.23"
cache: true
- name: Build
run: make init
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.22
go 1.23

toolchain go1.22.0
toolchain go1.23.0

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit b690e35

Please sign in to comment.