mirror of
https://github.com/aptible/supercronic.git
synced 2025-12-24 12:12:27 +08:00
Bump to current Go version. (#125)
* Bump to current Go verion. * Bump Go in test and build environment.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: install golang
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
go-version: 1.20.x
|
||||
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17.x, 1.18.x]
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
|
||||
steps:
|
||||
- name: install golang
|
||||
|
||||
Reference in New Issue
Block a user