We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca84632 commit 0ed7c43Copy full SHA for 0ed7c43
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Set up Go
60
uses: actions/setup-go@v5
61
with:
62
- go-version: 1.19
+ go-version: 1.26
63
- name: build-tag
64
run: |
65
git config --global user.email "no@mail.exists"
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
- name: run tests
114
shell: bash
115
0 commit comments