Skip to content

Commit

Permalink
chore(CI/CD): Bump go version to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 15, 2023
1 parent 7903b6d commit 6056daa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dev-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Download modules
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dev-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Download modules
run: go mod download
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Download modules
run: go mod download
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.11.3
version: v3.12.3

- name: Install STUNner
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Run linters
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Download modules
run: go mod download
- name: Go install
Expand All @@ -35,7 +35,7 @@ jobs:
if: success()
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Calc coverage
Expand Down

0 comments on commit 6056daa

Please sign in to comment.