summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJann Fischer <jann@mistrust.net>2024-05-27 11:05:09 -0400
committerGitHub <noreply@github.com>2024-05-27 11:05:09 -0400
commit38e2e2e87e49326da8de6dddd184ce2aea3fdef8 (patch)
tree9ae635c4b34c6bbcbfe65de97b947d8039e7ef33 /.github/workflows
parent1e90f3b7481633fc02b329a25c84b53e992d50e8 (diff)
chore(deps): Upgrade argo-cd to v2.11.2 and bump Go to 1.22 (#724)
* chore: Upgrade Argo CD dependency to v2.11.2 Signed-off-by: jannfis <jann@mistrust.net> * Update required dependencies Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Update go version in GH actions workflow Signed-off-by: jannfis <jann@mistrust.net> * Bump Go version Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-tests.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml
index e345f4c..6ff099e 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Setup Golang
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
with:
- go-version: '1.20'
+ go-version: '1.22'
- name: Download all Go modules
run: |
go mod download
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Kustomize v2
run: |
set -xo pipefail
@@ -58,11 +58,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v4
with:
- go-version: '1.20'
+ go-version: '1.22'
cache: false
env:
GO111MODULE: off
@@ -80,7 +80,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
- go-version: '1.20'
+ go-version: '1.22'
- name: Run tests
env:
GNUPG_DISABLED: true