Skip to content

Commit

Permalink
Merge pull request #682 from k8up-io/go18
Browse files Browse the repository at this point in the history
Update Go to v1.18
  • Loading branch information
ccremer authored May 31, 2022
2 parents d50e9d9 + f1b2400 commit 1bc9382
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 1bc9382

Please sign in to comment.