We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df08eac commit e23d420Copy full SHA for e23d420
1 file changed
.github/workflows/test.yaml
@@ -6,6 +6,6 @@ jobs:
6
steps:
7
- uses: actions/setup-go@v3
8
with:
9
- go-version: 1.18.x
+ go-version: 1.25.x
10
- uses: actions/checkout@v3
11
- run: go test ./...
0 commit comments