X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgo.yml;fp=.github%2Fworkflows%2Fgo.yml;h=e95f82604f5cc5234f91a0cb825a2b98f620fc63;hb=e10ffd133acfb476b1ebd69f9380a4e300ad75b9;hp=acb07b2a48c94a03ec85a7ed1c8db1c5f9cef961;hpb=70ae680d6cf98db4585587d9ea263819f30fde84;p=btrtrc.git diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index acb07b2a..e95f8260 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.21', '1.20' ] + go-version: [ '1.21' ] os: [windows-latest, macos-latest, ubuntu-latest] fail-fast: false steps: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.21' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.21' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.21' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.21' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -70,7 +70,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.21' ] os: [ubuntu-latest] fail-fast: false steps: