Skip to content

Commit

Permalink
build: pin Go to 1.22.x until gosec is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 21, 2024
1 parent 5138aa2 commit defbd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
os: [ubuntu-latest, macos-latest] # windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
go-version: 1.22.x
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit defbd85

Please sign in to comment.