We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1915f commit 25c017aCopy full SHA for 25c017a
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ go-version: '1.23'
23
24
- name: Build Quill Binary
25
run: go build -o quill ./cmd/quill
0 commit comments