Skip to content

Commit

Permalink
[tmp] use go 1.20 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ortex committed Sep 5, 2023
1 parent 884d35d commit f22a239
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@ jobs:
matrix:
include:
- name: Linux - Go 1.13
go: 1.13
go: '1.13'
build: yes
test: yes
lint: no
coverage: no

- name: Linux - Go 1.x
go: 1.x
- name: Linux - Go 1.20
go: '1.20'
build: yes
test: yes
lint: no
coverage: no

- name: Linters
go: 1.x
go: '1.20'
build: no
test: no
lint: yes
coverage: no

- name: Coverage
go: 1.x
go: '1.20'
build: yes
test: yes
lint: no
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.x'
go-version: '1.20'

- name: Build Roc
run: |
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.x
go-version: '1.20'

- name: Install stringer
run: go install golang.org/x/tools/cmd/stringer@latest
Expand Down

0 comments on commit f22a239

Please sign in to comment.