diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index e2964bf..72e6896 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ - - name: Set up Go 1.17 + - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 id: go - name: Run GoReleaser diff --git a/.github/workflows/update_cache.yml b/.github/workflows/update_cache.yml index c3593bb..b872db2 100644 --- a/.github/workflows/update_cache.yml +++ b/.github/workflows/update_cache.yml @@ -19,10 +19,10 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v1 - - name: Set up Go 1.15 + - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.18 id: go - name: Build binary diff --git a/distributions/cache.json b/distributions/cache.json index 227f92f..b0919c8 100644 --- a/distributions/cache.json +++ b/distributions/cache.json @@ -868,6 +868,7 @@ "0.1.0" ], "binenv": [ + "0.18.0", "0.17.1", "0.17.0", "0.16.0", @@ -2931,9 +2932,6 @@ "0.1.12", "0.1.11", "0.1.10", - "0.1.9", - "0.1.8", - "0.1.7", "0.1.6", "0.1.5", "0.1.4", @@ -6602,6 +6600,8 @@ "0.1.1" ], "kubectl": [ + "1.22.8", + "1.21.11", "1.23.4", "1.22.7", "1.21.10", @@ -12673,6 +12673,14 @@ "0.1.50", "0.1.49", "0.1.48", + "0.1.47", + "0.1.46", + "0.1.45", + "0.1.44", + "0.1.43", + "0.1.42", + "0.1.41", + "0.1.40", "0.1.39", "0.1.38", "0.1.37", @@ -12695,14 +12703,6 @@ "0.1.20", "0.1.19", "0.1.18", - "0.1.16", - "0.1.14", - "0.1.13", - "0.1.12", - "0.1.11", - "0.1.9", - "0.1.8", - "0.1.7", "0.1.17", "0.1.16", "0.1.15", diff --git a/go.mod b/go.mod index 9d1b1b2..ff3c59d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/devops-works/binenv -go 1.17 +go 1.18 require ( github.com/hashicorp/go-version v1.2.1