We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7e496 commit 8e189dfCopy full SHA for 8e189df
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/setup-go@v3
17
with:
18
- go-version: 1.18
+ go-version: 1.19
19
- uses: actions/checkout@v3
20
- run: go build
21
- run: go test ./... -cover
go.mod
@@ -1,6 +1,6 @@
1
module github.com/TwiN/k8s-ttl-controller
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/xhit/go-str2duration/v2 v2.0.0
0 commit comments