bump to go 1.20

This commit is contained in:
Mike Farah 2023-02-11 04:06:16 +11:00
parent 0f2a84d270
commit 5cb3c876fc
4 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Go 1.19 - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.19 go-version: 1.20
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '^1.19' go-version: '^1.20'
check-latest: true check-latest: true
- name: Compile man page markup - name: Compile man page markup
id: gen-man-page-md id: gen-man-page-md

2
go.mod
View File

@ -28,4 +28,4 @@ require (
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
) )
go 1.19 go 1.20

View File

@ -13,7 +13,7 @@ apps:
parts: parts:
yq: yq:
plugin: go plugin: go
go-channel: 1.19/stable go-channel: 1.20/stable
source: . source: .
source-type: git source-type: git
go-importpath: github.com/mikefarah/yq go-importpath: github.com/mikefarah/yq