Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Valverde committed Aug 16, 2023
1 parent ad56782 commit 3c7f8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Usage

- Compile ([Go](https://golang.org/doc/install) environment needed)
- Compile ([Go](https://golang.org/doc/install) >=1.18 environment needed)

```
cd eos_exporter
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 gitlab.cern.ch/rvalverd/eos_exporter

go 1.17
go 1.18

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

0 comments on commit 3c7f8a6

Please sign in to comment.