Skip to content

Commit

Permalink
updates go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Feb 11, 2024
1 parent 65f7d17 commit 22aca0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devsecops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

- name: Run unittests
run: go test ./... -cover
Expand Down

0 comments on commit 22aca0b

Please sign in to comment.