Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from asdf-vm/tb/go-upgrade
Browse files Browse the repository at this point in the history
chore(golang-rewrite): upgrade to Go 1.23.4
  • Loading branch information
Stratus3D committed Dec 18, 2024
2 parents f0d74ec + d2fcf6f commit b7193e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.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@v4
with:
go-version: '1.21.5'
go-version: '1.23.4'
- name: Install dependencies
run: go get ./...
- name: Install gofumpt for formatting
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.21.5"
goversion: "1.23.4"
binary_name: "asdf"
project_path: ./cmd/asdf
release_tag: ${{ needs.generate-release-tag.outputs.tag }}
release_name: ${{ needs.generate-release-tag.outputs.tag }}
ldflags: -s -X main.version=${{ steps.asdf-version.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
go-version: '1.23.4'
- run: scripts/install_dependencies.bash
- name: Install dependencies
run: go get ./...
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.21.5
golang 1.23.4
bats 1.8.2
shellcheck 0.9.0
shfmt 3.6.0
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/asdf-vm/asdf

go 1.21.5
go 1.23.4

require (
github.com/go-git/go-git/v5 v5.11.0
Expand Down

0 comments on commit b7193e4

Please sign in to comment.