diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ee2bf5f..2ac82ab 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: - name: set up Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: cross build with goreleaser uses: goreleaser/goreleaser-action@v6 @@ -48,7 +48,7 @@ jobs: - name: set up Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: go test run: go test -timeout 15m ./... \ No newline at end of file