Skip to content

Commit

Permalink
use setup-go@v4 for the release workflow too
Browse files Browse the repository at this point in the history
Closes: #101 [via git-merge-pr]
  • Loading branch information
psanford committed Aug 16, 2023
1 parent 8dca4d8 commit 693b611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
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@v2
uses: actions/setup-go@v4
with:
go-version: "1.19.4"
go-version: stable
- name: Checkout code
uses: actions/checkout@v2
- name: Build Artifacts
Expand Down

0 comments on commit 693b611

Please sign in to comment.