Skip to content

Commit

Permalink
chore(workflows): pin go version to 1.22.0 (piplabs#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren authored Oct 25, 2024
1 parent 77c2620 commit ab8925d
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 @@ -28,6 +28,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 ab8925d

Please sign in to comment.