Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
dingfeng committed Apr 23, 2024
1 parent 5a07e7c commit 27d76ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup go environment
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'

# 2 Set ACK context
- name: Set K8s context
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
- name: Setup go environment
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'

# 2 Build images
- name: Build images
run: |-
echo "public ip"
curl -L ifconfig.me
curl -L ifconfig.me
make build REPO=$REGISTRY/$NAMESPACE TAG=$TAG
# 3 Generate helm chart
Expand Down

0 comments on commit 27d76ae

Please sign in to comment.