Skip to content

Commit

Permalink
build: update go
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Apr 11, 2023
1 parent ec20d50 commit eb7d5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ~1.19
cache: true
go-version: stable
- run: make setup
- run: make test
- run: git diff
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/caarlos0/domain_exporter

go 1.19
go 1.20

require (
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down

0 comments on commit eb7d5c5

Please sign in to comment.