Skip to content

Commit 42a26b3

Browse files
authored
chore(ci): setup Go in GH action when running goreleaser (#415)
1 parent 1c0c147 commit 42a26b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_and_publish_docker_image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
if: ${{ github.event_name != 'pull_request' }}
3030
steps:
31+
- uses: actions/setup-go@v5
32+
with:
33+
go-version: '1.24'
34+
3135
- name: Login to DockerHub
3236
uses: docker/login-action@v3
3337
with:

0 commit comments

Comments
 (0)