mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #15821 from jmhbnz/upgrade-go-patch-release
Updated go to latest patch release 1.19.9
This commit is contained in:
commit
ecb64030fb
4
.github/workflows/go-version.yaml
vendored
4
.github/workflows/go-version.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Go version setup
|
name: Go version setup
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.19.8"
|
GO_VERSION: "1.19.9"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@ -19,4 +19,4 @@ jobs:
|
|||||||
- id: step1
|
- id: step1
|
||||||
run: |
|
run: |
|
||||||
echo "Go Version: $GO_VERSION"
|
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