diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 72ca8ac..d5ea673 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.21.6 + go-version: 1.22.0 cache: true - uses: golangci/golangci-lint-action@v3 with: @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.21.6 + go-version: 1.22.0 cache: true - run: go mod tidy - uses: int128/update-generated-files-action@v2 @@ -48,6 +48,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.21.6 + go-version: 1.22.0 cache: true - run: go test -v -race ./... diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e38df82..13c7876 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.21.6 + go-version: 1.22.0 cache: true - run: go build -ldflags '-X main.version=${{ github.ref_name }}' - uses: int128/go-actions/release@v1