Skip to content

Commit

Permalink
[cicd] Fix go version in cicd (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed Dec 21, 2023
1 parent f1b649a commit 7b107b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod

- name: Release with goreleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pull-requests: read

jobs:
monorepo-go:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Monorepo
Expand Down

0 comments on commit 7b107b1

Please sign in to comment.