Skip to content

Commit

Permalink
Compile with go1.20.1, require go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed Feb 18, 2023
1 parent ab973fb commit 455e487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: 1.20.1
- run: go build ./...
- run: go test -cover ./...
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/gebn/bmc

go 1.17
go 1.18

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

0 comments on commit 455e487

Please sign in to comment.