Skip to content

Commit

Permalink
Release: 1.22.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
x70b1 committed May 1, 2022
1 parent dc344fc commit cae2791
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags-ignore:
- '**'
env:
VERSION_UPSTREAM: 1.22.1
VERSION_PACKAGE: 1.22.1-1
VERSION_UPSTREAM: 1.22.3
VERSION_PACKAGE: 1.22.3-1
jobs:
ShellCheck:
runs-on: ubuntu-latest
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
tags:
- '**'
env:
VERSION_UPSTREAM: 1.22.1
VERSION_PACKAGE: 1.22.1-1
VERSION_UPSTREAM: 1.22.3
VERSION_PACKAGE: 1.22.3-1
jobs:
ShellCheck:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit cae2791

Please sign in to comment.