Skip to content

Commit

Permalink
Update ci.yml to use go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
filhodanuvem authored Aug 14, 2023
1 parent 3fde407 commit 77019f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ '1.18' ]
go: [ '1.20' ]
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
steps:
- name: Check out code
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ '1.18' ] # Check the binary of the latest go version is enough
go: [ '1.20' ] # Check the binary of the latest go version is enough
os: [ 'ubuntu-22.04' ]
steps:
- name: Set up Go ${{ matrix.go }}
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ '1.18' ] # Check the binary of the latest go version is enough
go: [ '1.20' ] # Check the binary of the latest go version is enough
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
steps:
- name: Check out code
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ '1.18' ] # Check the binary of the latest go version is enough
go: [ '1.20' ] # Check the binary of the latest go version is enough
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 77019f9

Please sign in to comment.