Skip to content

Commit ea41bba

Browse files
committed
update workflow to use go 1.19
1 parent a36b138 commit ea41bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Golang
4444
uses: actions/setup-go@v3
4545
with:
46-
go-version: '1.18'
46+
go-version: '1.19'
4747

4848
- name: Fetching Go Cache Paths
4949
id: go-cache-paths
@@ -175,7 +175,7 @@ jobs:
175175
- name: Setup GoLang
176176
uses: actions/setup-go@v3
177177
with:
178-
go-version: '^1.16.0' # The Go version to download (if necessary) and use.
178+
go-version: '^1.19.0' # The Go version to download (if necessary) and use.
179179

180180
- name: Fetching Go Cache Paths
181181
id: go-cache-paths

0 commit comments

Comments
 (0)