Skip to content

Commit

Permalink
Merge pull request #5 from kazhuravlev/github-workflow-upgrade
Browse files Browse the repository at this point in the history
Upgrade github actions
  • Loading branch information
kazhuravlev authored Nov 29, 2023
2 parents 9a14c80 + b373ffa commit 0e70a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch sources
run: git fetch --force --tags
- name: Setup golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.19.1'
go-version: '>=1.21'
cache: true
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Release and Publish
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 0e70a45

Please sign in to comment.