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