Skip to content

Commit

Permalink
fix: pin golang/tinygo versions
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
  • Loading branch information
xvzf committed Aug 31, 2024
1 parent 9048a4a commit ca690d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: stable
go-version: 1.22
- id: go-cache-paths
run: |
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
Expand All @@ -55,7 +55,7 @@ jobs:
# Setup tinygo
- uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.32.0'
tinygo-version: '0.33.0'

# Setup docker buildx
- name: Set up QEMU
Expand Down

0 comments on commit ca690d4

Please sign in to comment.