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 98d9865
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ jobs:
lint: no
coverage: no

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

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

- name: Coverage
go: 1.x
go: 1.20.0
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.0'

- 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.0

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

0 comments on commit 98d9865

Please sign in to comment.