forked from MTSR/mapserver
Bump Go version to support Time.UnixMicro
This commit is contained in:
parent
84253939c4
commit
9943d62dc4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3.0.0
|
uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Set up nodejs
|
- name: Set up nodejs
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v3.0.0
|
- uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.16'
|
go-version: '1.18'
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: go test ./... -coverprofile=profile.cov
|
run: go test ./... -coverprofile=profile.cov
|
||||||
|
Loading…
Reference in New Issue
Block a user