diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 32a9ae3d..6819a221 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.19 + - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.20 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87491f60..6bbc83c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: '^1.19' + go-version: '^1.20' check-latest: true - name: Compile man page markup id: gen-man-page-md diff --git a/go.mod b/go.mod index eeffaa40..1d3c9613 100644 --- a/go.mod +++ b/go.mod @@ -28,4 +28,4 @@ require ( golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect ) -go 1.19 +go 1.20 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cd8355bb..d6c978ae 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -13,7 +13,7 @@ apps: parts: yq: plugin: go - go-channel: 1.19/stable + go-channel: 1.20/stable source: . source-type: git go-importpath: github.com/mikefarah/yq