Skip to content

Commit be107e0

Browse files
authored
Update to Go 1.19 (#614)
Signed-off-by: Simon Zengerling <simon.zengerling@camunda.com> Signed-off-by: Simon Zengerling <simon.zengerling@camunda.com>
1 parent 620fd0c commit be107e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# This must match .promu.yml.
77
golang:
88
docker:
9-
- image: cimg/go:1.18
9+
- image: cimg/go:1.19
1010
jobs:
1111
test:
1212
executor: golang

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install Go
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.18.x
23+
go-version: 1.19.x
2424
- name: Install snmp_exporter/generator dependencies
2525
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
2626
if: github.repository == 'prometheus/snmp_exporter'

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go:
22
# This must match .circle/config.yml.
3-
version: 1.18
3+
version: 1.19
44
repository:
55
path: github.com/prometheus-community/elasticsearch_exporter
66
build:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus-community/elasticsearch_exporter
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.7

0 commit comments

Comments
 (0)