Skip to content

Commit

Permalink
update go-test.yml to use go versions .19 and .20
Browse files Browse the repository at this point in the history
  • Loading branch information
drgomesp committed Aug 7, 2023
1 parent ef416e7 commit 1b2a0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.18.x", "1.19.x" ]
go: [ "1.20.x", "1.19.x" ]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
with:
files: '${{ env.COVERAGES }}'
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}

0 comments on commit 1b2a0a3

Please sign in to comment.