Skip to content

Commit 85a3f2b

Browse files
authored
Upgrade to Go 1.19.3 (#288)
1 parent 4c50337 commit 85a3f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@v2
1313
with:
14-
go-version: 1.18.3
14+
go-version: 1.19.3
1515
- name: Git checkout
1616
uses: actions/checkout@v2
1717
- name: Build

‎.github/workflows/goreleaser.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: '^1.17.7'
21+
go-version: '^1.19.3'
2222
-
2323
name: Release
2424
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)