Skip to content

Commit

Permalink
Merge branch 'main' into add-nats-js-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim authored Jun 1, 2023
2 parents 8366985 + c037d04 commit 3d307d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -35,9 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- run: go test -v ./...
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 3d307d2

Please sign in to comment.