Skip to content

Commit fe09376

Browse files
committed
fix: internal docker release
1 parent 88b15bd commit fe09376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-go@v2
2323
with:
24-
go-version: '1.22.3'
24+
go-version: '1.23.0'
2525

2626
- name: Clean up dist directory
2727
run: rm -rf dist
@@ -78,4 +78,4 @@ jobs:
7878
platforms: linux/amd64
7979
tags: |
8080
${{ env.DOCKER_REGISTRY }}/spawn:latest
81-
${{ env.DOCKER_REGISTRY }}/spawn:${{ github.ref_name }}
81+
${{ env.DOCKER_REGISTRY }}/spawn:${{ github.ref_name }}

0 commit comments

Comments
 (0)