From: qydysky Date: Tue, 3 Sep 2024 16:36:43 +0000 (+0800) Subject: 1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=67555df867f780d3f72809c926ea8a6dc95f4f69;p=forward%2F.git 1 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 481afaf..f039eae 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.22' ] + go: [ '1.23' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.22' ] + go: [ '1.23' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -84,7 +84,7 @@ jobs: runs-on: windows-latest strategy: matrix: - go: [ '1.22' ] + go: [ '1.23' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5 @@ -120,7 +120,7 @@ jobs: runs-on: macos-latest strategy: matrix: - go: [ '1.22' ] + go: [ '1.23' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v5