Skip to content

Commit 8f68498

Browse files
committed
Update the version of Go used from 1.16 to 1.18
Go 1.16 is no longer supported as of the release of 1.18 so it makes sense to update to the latest version available.
1 parent 57b4abe commit 8f68498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- id: setup-go
3030
uses: actions/setup-go@v3
3131
with:
32-
go-version: "1.16"
32+
go-version: "1.18"
3333
- name: Lookup Go cache directory
3434
id: go-cache
3535
run: |

0 commit comments

Comments
 (0)