Skip to content

Commit

Permalink
fix(workflows): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmksnnk committed Aug 4, 2024
1 parent 12957a3 commit b3bbca5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.20

- name: RabbitMQ
run: docker run -d -p 5672:5672 rabbitmq:3.10.7-management
Expand All @@ -28,14 +28,14 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.20
cache: false

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2
version: v1.58

0 comments on commit b3bbca5

Please sign in to comment.