Skip to content

Commit 9afc623

Browse files
chore: update Go to 1.24 to resolve the build error
https://github.com/fe3dback/go-arch-lint/actions/runs/13710094273/job/38344571507 ``` Error: │ build failed: exit status 1: ../../../go/pkg/mod/golang.org/x/tools@v0.30.0/go/packages/external.go:16:2: package slices is not in GOROOT (/opt/hostedtoolcache/go/1.18.10/x64/src/slices) target=linux_arm64_v8.0 ```
1 parent c8a0e04 commit 9afc623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: steps.check-tag.outputs.match == 'true'
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: 1.18
30+
go-version: 1.24
3131
-
3232
name: Docker Login
3333
if: success() && steps.check-tag.outputs.match == 'true'
@@ -49,4 +49,4 @@ jobs:
4949
name: Clear
5050
if: always() && steps.check-tag.outputs.match == 'true'
5151
run: |
52-
rm -f ${HOME}/.docker/config.json
52+
rm -f ${HOME}/.docker/config.json

0 commit comments

Comments
 (0)