Skip to content

Commit

Permalink
bump up go version to 1.22 in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala authored and uncleDecart committed Aug 15, 2024
1 parent 931265c commit 4656f07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eden_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check
run: |
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eden_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: build docker images
run: |
make LINUXKIT_TARGET=build DOCKER_PLATFORM=linux/arm64 build-docker
Expand All @@ -48,7 +48,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: build eden
run: |
make clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: run tests
run: go test -json $(go list ./... | grep -v /eden/tests/) > test.json
- name: Annotate tests
Expand Down

0 comments on commit 4656f07

Please sign in to comment.