mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 18:09:53 +00:00
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# Test oldest and newest supported version
|
||||
go-version: [1.14.x, 1.16.x]
|
||||
go-version: [1.14.x, 1.17.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.16 as builder
|
||||
FROM golang:1.17 as builder
|
||||
|
||||
COPY . /build/mqtt2prometheus
|
||||
WORKDIR /build/mqtt2prometheus
|
||||
|
||||
Reference in New Issue
Block a user