mirror of
https://github.com/Fishwaldo/restic-nats-server.git
synced 2025-03-15 11:31:26 +00:00
Update Go Versions
This commit is contained in:
parent
0b2e036d3d
commit
c242096f35
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.16.x ]
|
||||
go-version: [ 1.17.x, 1.16.x ]
|
||||
platform: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
- name: Download Go Modules
|
||||
run: go mod download
|
||||
- name: Run tests
|
||||
run: go test -v -race ./...
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
if: success()
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.16.x
|
||||
go-version: 1.17.x
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue