Skip to content

Commit

Permalink
Update to Go 1.21
Browse files Browse the repository at this point in the history
and latest golangci-lint

Signed-off-by: Matthias Rampke <[email protected]>
  • Loading branch information
matthiasr committed Dec 6, 2023
1 parent 08af1d2 commit 2e26afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Whenever the Go version is updated here, .promu.yml
# should also be updated.
container:
image: quay.io/prometheus/golang-builder:1.19-base
image: quay.io/prometheus/golang-builder:1.21-base
steps:
- uses: actions/checkout@v3
- uses: prometheus/[email protected]
Expand Down Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '<1.18'
go-version: 1.21.x
- name: Lint
uses: golangci/[email protected]
with:
version: v1.50.1
version: v1.55.2

publish_main:
name: Publish main branch artifacts
Expand Down
4 changes: 2 additions & 2 deletions .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .circle/config.yml should also
# Whenever the Go version is updated here, go-version in .github/workflows/ci.yml should also
# be updated.
version: 1.19
version: 1.21
repository:
path: github.com/prometheus/influxdb_exporter
build:
Expand Down

0 comments on commit 2e26afe

Please sign in to comment.