Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmksnnk committed Aug 4, 2024
1 parent fbffdee commit 1c709d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'

- name: RabbitMQ
run: docker run -d -p 5672:5672 rabbitmq:3.10.7-management
Expand All @@ -31,8 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20
cache: false
go-version: '1.20'

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 1c709d6

Please sign in to comment.