Skip to content

Commit

Permalink
Update to use current stable and oldstable for ci
Browse files Browse the repository at this point in the history
Closes: #12 [via git-merge-pr]
  • Loading branch information
psanford committed Dec 1, 2023
1 parent ae0bf47 commit 4c99abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
timeout-minutes: 3
strategy:
matrix:
go-version: [1.17.11, 1.18.3]
go-version: [stable, oldstable]
os: [ubuntu-latest]

steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down

0 comments on commit 4c99abe

Please sign in to comment.