We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ee31c commit 003cfacCopy full SHA for 003cfac
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
strategy:
34
matrix:
35
- go-version: [1.14.x]
+ go-version: [1.24.x]
36
platform: [ubuntu-latest]
37
runs-on: ${{ matrix.platform }}
38
steps:
@@ -57,7 +57,7 @@ jobs:
57
test-assets:
58
59
60
61
62
63
0 commit comments