From 13e323f2256f5d497bec1a236e26be6420075566 Mon Sep 17 00:00:00 2001 From: Marc Sauter Date: Mon, 15 Apr 2024 07:15:37 +0200 Subject: [PATCH] chore: update tool versions --- .github/workflows/build.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9109d90..9ce2ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,11 @@ 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 @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: 1.19.3 + go-version: 1.22.2 - uses: engineerd/setup-kind@v0.5.0 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 diff --git a/go.mod b/go.mod index 8545a4f..677ae40 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/postfinance/secfs -go 1.21 +go 1.22 toolchain go1.22.0