Skip to content

Commit

Permalink
chore: Switching to go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Aug 14, 2024
1 parent 5f5bd9d commit 7c5dd62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "^1.22"
go-version: "^1.23"
cache: true
- name: Build
env:
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/goweb

go 1.22
go 1.23

toolchain go1.22.0
toolchain go1.23.0

require (
github.com/ViBiOh/flags v1.5.0
Expand Down

0 comments on commit 7c5dd62

Please sign in to comment.