We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1515759 commit d3c9f39Copy full SHA for d3c9f39
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
# Install Go!
38
- uses: actions/setup-go@v3
39
with:
40
- go-version: "~1.22"
+ go-version: "~1.23"
41
42
# Check for Go linting errors!
43
- name: Lint Go
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
- name: Go Cache Paths
63
id: go-cache-paths
0 commit comments