Skip to content

Commit

Permalink
.github/workflows/release.yaml: Use go 1.19 (#794)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Bana <[email protected]>
  • Loading branch information
Mohamed Bana authored Sep 29, 2022
1 parent b23da40 commit d4fdd06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new
build-args: |
TELEMETRY_TOKEN=${{ secrets.TELEMETRY_TOKEN }}
TELEMETRY_TOKEN=${{ secrets.TELEMETRY_TOKEN }}
- name: Update docker cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: setup-golang
uses: actions/setup-go@v2
with:
go-version: 1.19

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit d4fdd06

Please sign in to comment.