Merge pull request #30 from 0x46616c6b/go1.16

Update to Go 1.16
This commit is contained in:
Dwight Donovan Benvenuto 2021-02-18 09:27:21 +01:00 committed by GitHub
commit 46b777d339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2.1.3
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Vet
run: make vet
- name: Test
@ -27,7 +27,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2.1.3
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Build
run: make build

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2.1.3
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Create release artifacts
run: make release
env:

View file

@ -1,5 +1,4 @@
FROM golang:1.15.8-alpine
ENV GO111MODULE=on
FROM golang:1.16.0-alpine
WORKDIR /go/src/github.com/systemli/prometheus-jitsi-meet-exporter
ADD . /go/src/github.com/systemli/prometheus-jitsi-meet-exporter
RUN go build -o /prometheus-jitsi-meet-exporter