Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Feb 14, 2025
1 parent fbd970e commit 640b936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
go-version: '>=1.24.0'
check-latest: true
id: go

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ">=1.22.0"
go-version: ">=1.24.0"
check-latest: true
id: go

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ">=1.22.0"
go-version: ">=1.24.0"
check-latest: true
id: go

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/cactus/go-camo/v2

go 1.23
go 1.24

require (
github.com/alecthomas/kong v1.8.1
Expand Down

0 comments on commit 640b936

Please sign in to comment.