Skip to content

Commit

Permalink
Bump go version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Nov 30, 2023
1 parent 0414917 commit 67a5258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 240
steps:
- name: Set up Go 1.19.10
- name: Set up Go 1.21.3
uses: actions/setup-go@v1
with:
go-version: 1.19.10
go-version: 1.21.3
id: go

- name: Setup Go binary path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
timeout-minutes: 60
steps:

- name: Set up Go 1.19.10
- name: Set up Go 1.21.3
uses: actions/setup-go@v1
with:
go-version: 1.19.10
go-version: 1.21.3
id: go

- name: Setup environment
Expand Down

0 comments on commit 67a5258

Please sign in to comment.