Merge pull request #80 from systemli/upgrade-go-1.17
⬆️ Upgrade to Go 1.17
This commit is contained in:
commit
fbb35ef2b2
4 changed files with 4 additions and 8 deletions
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v2.2.0
|
||||
with:
|
||||
go-version: '1.16.x'
|
||||
go-version: '1.17.x'
|
||||
|
||||
- name: Vet
|
||||
run: go vet
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v2.2.0
|
||||
with:
|
||||
go-version: '1.16.x'
|
||||
go-version: '1.17.x'
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
|
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
@ -12,5 +12,3 @@ jobs:
|
|||
- uses: actions/checkout@v2.4.0
|
||||
- name: GolangCI
|
||||
uses: golangci/golangci-lint-action@v2.5.2
|
||||
with:
|
||||
version: v1.31
|
||||
|
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -12,13 +12,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v2.2.0
|
||||
with:
|
||||
go-version: 1.16.x
|
||||
go-version: '1.17.x'
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1.13.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,5 +1,5 @@
|
|||
module github.com/systemli/prometheus-jitsi-meet-exporter
|
||||
|
||||
go 1.14
|
||||
go 1.17
|
||||
|
||||
require github.com/google/go-cmp v0.5.7
|
||||
|
|
Loading…
Reference in a new issue