Skip to content

Commit

Permalink
⬆️ Bump Go to v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 10, 2022
1 parent 6618a65 commit 2b68045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go
on: push

env:
GO_VERSION: 1.18
GO_VERSION: 1.19

jobs:
lint:
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/clevyr/kubedb

go 1.18
go 1.19

require (
github.com/AlecAivazis/survey/v2 v2.3.5
Expand Down

0 comments on commit 2b68045

Please sign in to comment.