Skip to content

Commit

Permalink
Merge pull request #447 from bgilbert/setup-go
Browse files Browse the repository at this point in the history
workflows: switch to setup-go v4
  • Loading branch information
bgilbert authored Mar 26, 2023
2 parents ceca29d + 45fc999 commit e0b2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Check out repository
Expand Down

0 comments on commit e0b2065

Please sign in to comment.