Skip to content

Commit

Permalink
Fix Go version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Nov 16, 2023
1 parent 8b9ca49 commit 5fd9ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.21'

- name: Restore Go modules cache
uses: actions/cache@v3
Expand Down Expand Up @@ -407,4 +407,4 @@ jobs:
identifier: ChilliBits.Spice
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.CR_PAT }}
token: ${{ secrets.CR_PAT }}

0 comments on commit 5fd9ce5

Please sign in to comment.