Skip to content

Commit

Permalink
fix: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xzchaoo committed Mar 28, 2024
1 parent b0ebf5c commit 81797dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
cache: true
- name: Build HoloInsight Agent
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
cache: true
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
cache: true
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 81797dd

Please sign in to comment.