Skip to content

Commit

Permalink
GitHub actions: upgrade setup-go to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Jul 4, 2023
1 parent 34b8642 commit b6c70b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
- run: ./.ci.gogenerate.sh
Expand Down

0 comments on commit b6c70b8

Please sign in to comment.