fix(ci): target 1.20, drop 1.19
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
da172f9de5
commit
9c8f30f432
3 changed files with 7 additions and 4 deletions
|
@ -159,8 +159,8 @@ local release() = {
|
|||
[
|
||||
testing('1.19', 'amd64'),
|
||||
testing('1.19', 'arm64'),
|
||||
testing('1.18', 'amd64'),
|
||||
testing('1.18', 'arm64'),
|
||||
testing('1.20', 'amd64'),
|
||||
testing('1.20', 'arm64'),
|
||||
|
||||
release(),
|
||||
]
|
||||
|
|
5
.github/workflows/ghrelease.yaml
vendored
5
.github/workflows/ghrelease.yaml
vendored
|
@ -20,7 +20,10 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20
|
||||
|
||||
- name: Install scdoc
|
||||
run: sudo apt-get install -y scdoc
|
||||
|
||||
- name: Release with GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
platform: [macos, windows]
|
||||
goVer: [1.18, 1.19]
|
||||
goVer: [1.19, 1.20]
|
||||
runs-on: ${{ matrix.platform }}-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
|
|
Loading…
Reference in a new issue