diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 166d229..822c76d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 @@ -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: @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b00803..048868b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: @@ -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: