fix(ci): target 1.20, drop 1.19
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-17 22:38:48 +01:00
parent da172f9de5
commit 9c8f30f432
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
3 changed files with 7 additions and 4 deletions

View File

@ -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(),
]

View File

@ -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

View File

@ -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