Skip to content

Commit

Permalink
Update dependency golang-version to v1.20.4 (#133)
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 May 2, 2023
1 parent e065ac7 commit cb97327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.3
go-version: 1.20.4
cache: true
- uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version: 1.20.3
go-version: 1.20.4
cache: true
- run: go mod tidy
- uses: int128/update-generated-files-action@v2
Expand All @@ -50,6 +50,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.3
go-version: 1.20.4
cache: true
- run: go test -v -race ./...

0 comments on commit cb97327

Please sign in to comment.