Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed May 1, 2024
1 parent d4882ee commit 99d001d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.22.2

- name: Download dependencies
run: go mod download
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.22.2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.16.1
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: |
type=semver,pattern={{version}}
latest
Expand All @@ -93,7 +93,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --skip-validate
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 99d001d

Please sign in to comment.