From 27a991f6803e5af6d848f4316c9a859b22215099 Mon Sep 17 00:00:00 2001 From: "william.vanhevelingen" Date: Wed, 13 Mar 2024 14:23:27 -0700 Subject: [PATCH] Revert "try 1.21" This reverts commit 8ca6c5a554d0269483346710f6059aebade3aaeb. --- .github/workflows/ci.yml | 4 ++-- .promu.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06fb1dd..748eedb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.21-base + image: quay.io/prometheus/golang-builder:1.22-base steps: - uses: actions/checkout@v4 - uses: prometheus/promci@v0.1.0 @@ -40,7 +40,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '<1.21' + go-version: '<1.22' - name: Lint uses: golangci/golangci-lint-action@v4.0.0 with: diff --git a/.promu.yml b/.promu.yml index b90b9c4..2d13006 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: # Whenever the Go version is updated here, # .github/workflows/ci.yml should also be updated. - version: 1.21 + version: 1.22 # cgo: false repository: path: github.com/Lusitaniae/apache_exporter