Skip to content

Commit

Permalink
Pin golang-ci to v1.56.2
Browse files Browse the repository at this point in the history
Latest is currently broken
  • Loading branch information
geobeau committed Jun 28, 2024
1 parent e799e8d commit bbf9164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit bbf9164

Please sign in to comment.