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 Aug 9, 2023
1 parent 882382d commit ac011f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 All @@ -31,7 +31,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: go test -v -race ./...

0 comments on commit ac011f3

Please sign in to comment.