We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600e666 commit 93c4c60Copy full SHA for 93c4c60
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.18
+ go-version: 1.21
20
21
- name: Build
22
run: cd ./server && go build .
0 commit comments