Skip to content

Commit 8e189df

Browse files
committed
chore: Update Go to 1.19
1 parent 4c7e496 commit 8e189df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.18
18+
go-version: 1.19
1919
- uses: actions/checkout@v3
2020
- run: go build
2121
- run: go test ./... -cover

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/TwiN/k8s-ttl-controller
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/xhit/go-str2duration/v2 v2.0.0

0 commit comments

Comments
 (0)