Skip to content

Commit 0ed7c43

Browse files
committed
fix: Update go version in github actions
1 parent ca84632 commit 0ed7c43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v5
6161
with:
62-
go-version: 1.19
62+
go-version: 1.26
6363
- name: build-tag
6464
run: |
6565
git config --global user.email "no@mail.exists"
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up Go
110110
uses: actions/setup-go@v5
111111
with:
112-
go-version: 1.19
112+
go-version: 1.26
113113
- name: run tests
114114
shell: bash
115115
run: |

0 commit comments

Comments
 (0)