Skip to content

Commit

Permalink
chore(workflows): pin release workflow version to 1.22.0 (#310)
Browse files Browse the repository at this point in the history
pins go version to 1.22.0 for the release workflow

issue: none
  • Loading branch information
leeren authored Oct 25, 2024
1 parent fcfb283 commit 94ed0fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Checkout code
uses: actions/[email protected]

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'

- name: Display Go version
run: go version

Expand Down

0 comments on commit 94ed0fe

Please sign in to comment.