chore(test): upgrade go version from v1.21 to v1.22 (#176)

This commit is contained in:
Richard
2025-03-20 21:21:53 +08:00
committed by GitHub
parent c369cf5cf6
commit af9aaceb29
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Checkout code
uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ["1.21"]
go: ["1.22"]
name: Test ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env: