diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6d23961..e49583d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -17,7 +17,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x - name: Fetch Repository uses: actions/checkout@v4 - name: Run Benchmark diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 92b420b..bc8b21d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x - run: go version #- run: diff -u <(echo -n) <(gofmt -d .) - name: Run golangci-lint diff --git a/.github/workflows/sercurity.yml b/.github/workflows/sercurity.yml index 0e7a9c7..eb4253b 100644 --- a/.github/workflows/sercurity.yml +++ b/.github/workflows/sercurity.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90163dd..3074705 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: Build: strategy: matrix: - go-version: [1.21.x, 1.22.x] + go-version: [1.22.x, 1.23.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: