Updated go to latest patch release 1.19.9.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-05-04 11:00:08 +12:00
parent 3ef5985bcd
commit b84e4273f7
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
name: Go version setup
env:
GO_VERSION: "1.19.8"
GO_VERSION: "1.19.9"
on:
workflow_call:
@ -19,4 +19,4 @@ jobs:
- id: step1
run: |
echo "Go Version: $GO_VERSION"
echo "goversion=$GO_VERSION" >> $GITHUB_OUTPUT
echo "goversion=$GO_VERSION" >> $GITHUB_OUTPUT