mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-08-23 21:16:15 +00:00
Use go 1.17 for releases
This commit is contained in:
@@ -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
-1
@@ -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