Skip to content

Commit

Permalink
Update go to 1.20 (#5)
Browse files Browse the repository at this point in the history
* CCX-4161 Upgrade Go to 1.20

---------

Co-authored-by: Tomasz Wałaszek <[email protected]>
  • Loading branch information
oskar-s9s and tmwalaszek-s9s authored Apr 18, 2024
1 parent 5eb0800 commit e6e1e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.20'

- name: Build
run: make build
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/severalnines/cmon_exporter

go 1.18
go 1.20

require (
github.com/prometheus/client_golang v1.19.0
Expand Down

0 comments on commit e6e1e2a

Please sign in to comment.