diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml index 691a2ff..d832334 100644 --- a/.github/workflows/build-and-install.yml +++ b/.github/workflows/build-and-install.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.19.4 + go-version: 1.23 - name: Build run: GOARCH=${{ matrix.go-arch }} make build diff --git a/.github/workflows/test-and-bench.yml b/.github/workflows/test-and-bench.yml index ae63354..3a4d847 100644 --- a/.github/workflows/test-and-bench.yml +++ b/.github/workflows/test-and-bench.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.19.4 + go-version: 1.23 cache: true cache-dependency-path: go.sum @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.19.4 + go-version: 1.23 cache: true cache-dependency-path: go.sum