Skip to content

Commit

Permalink
Add latest Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grafana-dee authored Mar 7, 2023
1 parent 6495f3b commit f6eae15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2

0 comments on commit f6eae15

Please sign in to comment.