mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 18:50:41 -07:00
Merge pull request #3855 from nats-io/pdp/yaml-engineering-prep1.20
YAML engineering: quote go version string
This commit is contained in:
4
.github/workflows/go-test.yaml
vendored
4
.github/workflows/go-test.yaml
vendored
@@ -5,7 +5,9 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.16]
|
||||
# This should be quoted or use .x, but should not be unquoted.
|
||||
# Remember that a YAML bare float drops trailing zeroes.
|
||||
go: ['1.16']
|
||||
|
||||
env:
|
||||
GOPATH: /home/runner/work/nats-server
|
||||
|
||||
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
@@ -24,7 +24,9 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
# This should be quoted or use .x, but should not be unquoted.
|
||||
# Remember that a YAML bare float drops trailing zeroes.
|
||||
go-version: '1.19'
|
||||
|
||||
- name: goreleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
|
||||
@@ -7,7 +7,9 @@ vm:
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.19.5
|
||||
# This should be quoted or use .x, but should not be unquoted.
|
||||
# Remember that a YAML bare float drops trailing zeroes.
|
||||
- '1.19.5'
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user