Skip to content

Commit

Permalink
Update actions/setup-go action to v4 (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2023
1 parent a4660f9 commit 6aa468b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Setup go 1.17
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17 # go 1.18 won't work
- name: Checkout code
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Setup go 1.18
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Checkout code
Expand Down

0 comments on commit 6aa468b

Please sign in to comment.