Skip to content

Commit

Permalink
Update dependency golang to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent ea93211 commit 4c6bf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3select-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.17
uses: actions/setup-go@v4
with:
go-version: 1.21.6 # renovate: depName=golang
go-version: 1.22.1 # renovate: depName=golang
- uses: actions/checkout@v3
# update the pull request branch
with:
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21.6 # renovate: depName=golang
go-version: 1.22.1 # renovate: depName=golang
- uses: actions/checkout@v3
- run: go mod download
- run: go test -race ./...
Expand Down

0 comments on commit 4c6bf3e

Please sign in to comment.