Skip to content

Commit

Permalink
ci: update version of Go for go generate to 1.14.14
Browse files Browse the repository at this point in the history
Change-Id: I7c871b99ae1712b8e136931bc12443c7c09eadb9
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8287
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
myitcv committed Jan 29, 2021
1 parent 0ad02fd commit ef59f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
go-version:
- 1.14.9
- 1.14.14
- 1.15.x
- 1.16.0-rc1
os:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum')
}}
restore-keys: ${{ runner.os }}-${{ matrix.go-version }}-go-
- if: matrix.go-version == '1.14.9' && matrix.os != 'windows-2019'
- if: matrix.go-version == '1.14.14' && matrix.os != 'windows-2019'
name: Generate
run: go generate ./...
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/workflows.cue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ _#job: ((json.#Workflow & {}).jobs & {x: _}).x
_#step: ((_#job & {steps: _}).steps & [_])[0]

// We need at least go1.14 for code generation
_#codeGenGo: "1.14.9"
_#codeGenGo: "1.14.14"
_#latestStableGo: "1.15.x"

_#linuxMachine: "ubuntu-18.04"
Expand Down

0 comments on commit ef59f61

Please sign in to comment.