diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8781a22..a70bdf3 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.22-base + image: quay.io/prometheus/golang-builder:1.25-base steps: - uses: actions/checkout@v6 - uses: prometheus/promci@v0.5.3 @@ -38,9 +38,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: - go-version: '<1.22' + go-version: '<1.25' - name: Lint uses: golangci/golangci-lint-action@v9.2.0 with: diff --git a/.promu.yml b/.promu.yml index 2d13006..68058fa 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.22 + version: 1.25 # cgo: false repository: path: github.com/Lusitaniae/apache_exporter