Skip to content

Commit

Permalink
appveyor: update config
Browse files Browse the repository at this point in the history
* Update covered golang versions.
  • Loading branch information
yookoala committed Nov 15, 2023
1 parent 63488a3 commit 06a3367
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@ environment:

matrix:

- GOVERSION: 1.3
GOINSTALLER: go1.3.windows-amd64.msi
- GOVERSION: 1.17
GOINSTALLER: go1.13.windows-amd64.msi

- GOVERSION: 1.4
GOINSTALLER: go1.4.windows-amd64.msi
- GOVERSION: 1.18
GOINSTALLER: go1.18.windows-amd64.msi

- GOVERSION: 1.5
GOINSTALLER: go1.5.windows-amd64.msi
- GOVERSION: 1.19
GOINSTALLER: go1.19.windows-amd64.msi

- GOVERSION: 1.6
GOINSTALLER: go1.6.windows-amd64.msi
- GOVERSION: 1.20
GOINSTALLER: go1.20.windows-amd64.msi

- GOVERSION: 1.21
GOINSTALLER: go1.21.windows-amd64.msi

# install and test script
install:
Expand Down

0 comments on commit 06a3367

Please sign in to comment.