Skip to content

Commit

Permalink
ci(github): specify Go version for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Dec 13, 2023
1 parent ef1c172 commit ba529e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: setup_go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '^1.21.5'

- name: Install Go dependencies
if: ${{ steps.release_please.outputs.release_created }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: setup_go
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '^1.21.5'

- name: Install Go dependencies
id: install_go_deps
Expand Down

0 comments on commit ba529e8

Please sign in to comment.