Skip to content

Commit 9d760a6

Browse files
committed
github/workflow: bump go to 1.19
1 parent 12efdde commit 9d760a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.16
31+
go-version: 1.19
3232

3333
- name: Run goreleaser
3434
uses: goreleaser/goreleaser-action@v2

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.17
22+
go-version: 1.19
2323

2424
- name: Execute tests
2525
shell: bash

0 commit comments

Comments
 (0)