Merge pull request #4015 from fluxcd/go.mod-1.20

Align `go.mod` version with Kubernetes (Go 1.20)
This commit is contained in:
Stefan Prodan 2023-06-27 08:35:52 +03:00 committed by GitHub
commit 99b940f56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ provides=("flux-bin")
conflicts=("flux-bin")
replaces=("flux-cli")
depends=("glibc")
makedepends=('go>=1.17', 'kustomize>=3.0')
makedepends=('go>=1.20', 'kustomize>=5.0')
optdepends=('bash-completion: auto-completion for flux in Bash',
'zsh-completions: auto-completion for flux in ZSH')
source=(

View file

@ -12,7 +12,7 @@ license=("APACHE")
provides=("flux-bin")
conflicts=("flux-bin")
depends=("glibc")
makedepends=('go>=1.17', 'kustomize>=3.0', 'git')
makedepends=('go>=1.20', 'kustomize>=5.0', 'git')
optdepends=('bash-completion: auto-completion for flux in Bash',
'zsh-completions: auto-completion for flux in ZSH')
source=(

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/fluxcd/flux2/v2
go 1.18
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1

View file

@ -1,6 +1,6 @@
module github.com/fluxcd/flux2/tests/azure
go 1.19
go 1.20
require (
github.com/Azure/azure-event-hubs-go/v3 v3.6.0