Skip to content

Commit

Permalink
go.mod: Upgrade go min version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjp committed Apr 30, 2023
1 parent 7f14cb4 commit 44c1d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: # Support latest and one minor back
go: ["1.17", "1.18", "1.19"]
go: ["1.18", "1.19"]
env:
GOFLAGS: -mod=readonly

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/go-kit/kit

go 1.17
go 1.18

require (
github.com/VividCortex/gohistogram v1.0.0
Expand Down

0 comments on commit 44c1d8b

Please sign in to comment.