mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Updated go to latest patch release 1.19.9.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
3ef5985bcd
commit
b84e4273f7
4
.github/workflows/go-version.yaml
vendored
4
.github/workflows/go-version.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user