Skip to content

Commit

Permalink
Update Go to v1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <[email protected]>
  • Loading branch information
ccremer committed May 31, 2022
1 parent d50e9d9 commit f1b2400
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 54 deletions.
1 change: 0 additions & 1 deletion cmd/restic/integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package restic

Expand Down
1 change: 0 additions & 1 deletion controllers/backup_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion controllers/backup_it_utils_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion controllers/check_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion controllers/restore_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion controllers/schedule_it_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion controllers/schedule_it_utils_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package controllers_test

Expand Down
1 change: 0 additions & 1 deletion envtest/envsuite.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package envtest

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/k8up-io/k8up/v2

go 1.17
go 1.18

require (
github.com/firepear/qsplit/v2 v2.5.0
Expand Down
43 changes: 0 additions & 43 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion operator/executor/cleaner/cleaner_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package cleaner_test

Expand Down
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build tools
// +build tools

// Place any runtime dependencies as imports in this file.
// Go modules will be forced to download and install them.
Expand Down

0 comments on commit f1b2400

Please sign in to comment.