Skip to content

Commit

Permalink
try 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
blkperl committed Mar 13, 2024
1 parent ae08be0 commit 8ca6c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.22-base
image: quay.io/prometheus/golang-builder:1.21-base
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.1.0
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '<1.22'
go-version: '<1.21'
- name: Lint
uses: golangci/golangci-lint-action@v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -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.21
# cgo: false
repository:
path: github.com/Lusitaniae/apache_exporter
Expand Down

0 comments on commit 8ca6c5a

Please sign in to comment.