We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf2e8a commit fd978ffCopy full SHA for fd978ff
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Set up Go
23
uses: actions/setup-go@v3
24
with:
25
- go-version: 1.19
+ go-version: 1.22
26
cache: true
27
check-latest: true
28
.github/workflows/test.yml
@@ -14,13 +14,13 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- go-version: [1.18.x, 1.19.x]
+ go-version: [oldstable, stable]
18
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-expanding-configurations
19
include:
20
- os: windows-latest
21
- go-version: 1.19.x
+ go-version: stable
- os: macos-latest
steps:
- name: Checkout code
0 commit comments