Skip to content

Commit

Permalink
[#18] chore: update from go 1.22.2 to 1.22.5
Browse files Browse the repository at this point in the history
             - affects github action 'Fetch
               go' and 'Run vulnerability
               check' steps
             - affects go.work toolchain value
  • Loading branch information
majohn-r committed Jul 16, 2024
1 parent 55df133 commit 1f9dd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Fetch go
uses: actions/setup-go@v3
with:
go-version: '1.22.2'
go-version: '1.22.5'
- name: Get dependencies
run: go get -u ./...
- name: Install linter
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run vulnerability check
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.2
go-version-input: 1.22.5
- name: Execute unit tests with code coverage
run: go test -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go 1.22.2

toolchain go1.22.2
toolchain go1.22.5

use .

0 comments on commit 1f9dd60

Please sign in to comment.