Skip to content

Commit aaee6cc

Browse files
authored
Merge pull request #73 from suzuki-shunsuke/chore-update-go-124
chore: update Go to 1.24 to resolve the build error
2 parents c8a0e04 + 9afc623 commit aaee6cc

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)