Skip to content

Commit

Permalink
Merge branch 'master' into renovate/golang-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanLunar authored Dec 11, 2023
2 parents d6c4ac8 + 3a2ec6e commit 034b2fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.0
- name: Cache Go modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.0
- name: Cache Go modules
Expand All @@ -28,13 +28,13 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Docker Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 034b2fc

Please sign in to comment.