We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b15bd commit fe09376Copy full SHA for fe09376
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- uses: actions/setup-go@v2
23
with:
24
- go-version: '1.22.3'
+ go-version: '1.23.0'
25
26
- name: Clean up dist directory
27
run: rm -rf dist
@@ -78,4 +78,4 @@ jobs:
78
platforms: linux/amd64
79
tags: |
80
${{ env.DOCKER_REGISTRY }}/spawn:latest
81
- ${{ env.DOCKER_REGISTRY }}/spawn:${{ github.ref_name }}
+ ${{ env.DOCKER_REGISTRY }}/spawn:${{ github.ref_name }}
0 commit comments