Skip to content

Commit

Permalink
Merge pull request #71 from hikhvar/go117
Browse files Browse the repository at this point in the history
Use go 1.17 for releases
  • Loading branch information
hikhvar committed Sep 22, 2021
2 parents e4d37ac + f7eb581 commit 02e3d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 as builder
FROM golang:1.17 as builder

COPY . /build/mqtt2prometheus
WORKDIR /build/mqtt2prometheus
Expand Down

0 comments on commit 02e3d79

Please sign in to comment.