Skip to content

Commit

Permalink
bump version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wiardvanrij committed Mar 6, 2024
1 parent 64dbca1 commit 78532a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'
- name: Run test coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gochecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # pin@v4
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true
- name: Run Vulncheck
run: |
Expand Down

0 comments on commit 78532a7

Please sign in to comment.