Skip to content

Commit

Permalink
Merge pull request #172 from navidys/go_version
Browse files Browse the repository at this point in the history
go version update to 1.20
  • Loading branch information
navidys authored Jan 27, 2024
2 parents feb11f2 + 472d41e commit 241f742
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-go@v3

with:
go-version: '>=1.19.0'
go-version: '>=1.20'

- name: Build binary
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
go-version: '>=1.20'
- uses: actions/checkout@v3
- run: |
go mod tidy
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
go-version: '>=1.20'
- uses: actions/checkout@v3
- run: |
bash hack/install_dep.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containers/prometheus-podman-exporter

go 1.18
go 1.20

require (
github.com/containers/common v0.57.2
Expand Down

0 comments on commit 241f742

Please sign in to comment.