We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a536635 commit abdfce0Copy full SHA for abdfce0
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
test-go:
7
name: Build and test Go code
8
runs-on: ubuntu-latest
9
- container: golang:1.22-alpine
+ container: golang:alpine
10
11
steps:
12
- name: Install dependencies
0 commit comments