Skip to content

Commit

Permalink
1.18.0 bump & cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Mar 16, 2022
1 parent 72fa678 commit 0844fe4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_cache.yml
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions distributions/cache.json
Expand Up @@ -868,6 +868,7 @@
"0.1.0"
],
"binenv": [
"0.18.0",
"0.17.1",
"0.17.0",
"0.16.0",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -6602,6 +6600,8 @@
"0.1.1"
],
"kubectl": [
"1.22.8",
"1.21.11",
"1.23.4",
"1.22.7",
"1.21.10",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 0844fe4

Please sign in to comment.