Skip to content

Commit 298cf72

Browse files
authored
chore: upgrade to Go version 1.24.9 (#2200)
1 parent c3910d7 commit 298cf72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.23.4'
31+
go-version: '1.24.9'
3232
- name: Install dependencies
3333
run: go get ./...
3434
- name: Run 'gofumpt'

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
goos: ${{ matrix.goos }}
4343
goarch: ${{ matrix.goarch }}
44-
goversion: "1.23.4"
44+
goversion: "1.24.9"
4545
binary_name: "asdf"
4646
project_path: ./cmd/asdf
4747
release_tag: ${{ github.event.release.tag_name || inputs.tag }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v5
5454
with:
55-
go-version: '1.23.4'
55+
go-version: '1.24.9'
5656
- run: scripts/install_dependencies.bash
5757
- name: Install dependencies
5858
run: go get ./...

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.23.4
1+
golang 1.24.9
22
bats 1.8.2
33
shellcheck 0.10.0
44
shfmt 3.6.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/asdf-vm/asdf
22

3-
go 1.23.4
3+
go 1.24.9
44

55
require (
66
github.com/go-git/go-git/v5 v5.13.0

0 commit comments

Comments
 (0)