Skip to content

Commit

Permalink
chore: Update Go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Aug 26, 2022
1 parent 4c7e496 commit 8e189df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: actions/checkout@v3
- 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/TwiN/k8s-ttl-controller

go 1.18
go 1.19

require (
github.com/xhit/go-str2duration/v2 v2.0.0
Expand Down

0 comments on commit 8e189df

Please sign in to comment.