Skip to content

Commit

Permalink
chore: go1.20 when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 20, 2023
1 parent af8a0c2 commit a7e648d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
goreleaser-dryrun:
strategy:
matrix:
golang: [1.19.x]
golang: [1.20.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
golang: [1.19.x]
golang: [1.20.x]
steps:
- uses: actions/checkout@v3.0.2
- name: Install Go
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
golang: [1.19.x]
golang: [1.20.x]
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -126,6 +126,7 @@ jobs:
matrix:
golang:
- 1.19.x
- 1.20.x
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down

0 comments on commit a7e648d

Please sign in to comment.