Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Sep 18, 2024
1 parent ea2a43a commit 21e86d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
with:
fetch-depth: 0
- name: "Golang"
uses: "actions/setup-go@v3"
uses: "actions/setup-go@v5"
with:
go-version: "1.21.11"
go-version: stable
cache: false
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@v2"
- name: "Login"
Expand Down

0 comments on commit 21e86d1

Please sign in to comment.