We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e04fe3 commit cf677b7Copy full SHA for cf677b7
1 file changed
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v5
19
with:
20
- go-version: 'go.mod'
+ go-version: '1.21'
21
22
- name: Build app (app/main.go)
23
run: |
0 commit comments