Skip to content

Commit

Permalink
chore: update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Apr 15, 2024
1 parent b86e8bb commit 13e323f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.22.2
- name: Install golangci-lint
uses: golangci/golangci-lint-action@master
with:
version: v1.50.1
version: v1.57.2
args: -v --timeout=5m
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.22.2
- uses: engineerd/[email protected]
with:
version: "v0.17.0"
version: "v0.22.0"
- name: Run Unit tests
run: go test -race -covermode atomic -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/postfinance/secfs

go 1.21
go 1.22

toolchain go1.22.0

Expand Down

0 comments on commit 13e323f

Please sign in to comment.