mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
chore(golang-rewrite): upgrade to Go 1.23.4
* Fix `release-build` workflow * Upgrade to Go 1.23.4
This commit is contained in:
parent
f0d74ece4d
commit
d2fcf6fef5
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.23.4'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get ./...
|
run: go get ./...
|
||||||
- name: Install gofumpt for formatting
|
- name: Install gofumpt for formatting
|
||||||
|
3
.github/workflows/release-build.yml
vendored
3
.github/workflows/release-build.yml
vendored
@ -108,8 +108,9 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
goversion: "1.21.5"
|
goversion: "1.23.4"
|
||||||
binary_name: "asdf"
|
binary_name: "asdf"
|
||||||
|
project_path: ./cmd/asdf
|
||||||
release_tag: ${{ needs.generate-release-tag.outputs.tag }}
|
release_tag: ${{ needs.generate-release-tag.outputs.tag }}
|
||||||
release_name: ${{ needs.generate-release-tag.outputs.tag }}
|
release_name: ${{ needs.generate-release-tag.outputs.tag }}
|
||||||
ldflags: -s -X main.version=${{ steps.asdf-version.outputs.version }}
|
ldflags: -s -X main.version=${{ steps.asdf-version.outputs.version }}
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.5'
|
go-version: '1.23.4'
|
||||||
- run: scripts/install_dependencies.bash
|
- run: scripts/install_dependencies.bash
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get ./...
|
run: go get ./...
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
golang 1.21.5
|
golang 1.23.4
|
||||||
bats 1.8.2
|
bats 1.8.2
|
||||||
shellcheck 0.9.0
|
shellcheck 0.9.0
|
||||||
shfmt 3.6.0
|
shfmt 3.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user