Skip to content

Commit

Permalink
Upgrade to Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Laine <philip.laine@gmail.com>
  • Loading branch information
phillebaba committed Jul 27, 2022
1 parent 045c8d7 commit a6b7007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.18
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ check-docs: $(MDOX)

.PHONY: deps
deps: ## Ensures fresh go.mod and go.sum.
@go mod tidy -compat=1.17
@go mod tidy -compat=1.18
@go mod verify

.PHONY: format
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/thanos-io/objstore

go 1.17
go 1.18

require (
cloud.google.com/go/storage v1.10.0
Expand Down

0 comments on commit a6b7007

Please sign in to comment.