Skip to content

Commit

Permalink
CI: Upgrade Github actions/checkout and actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
dubek committed Jan 27, 2024
1 parent 28def7a commit e878fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Install RabbitMQ
run: sudo apt-get install -y rabbitmq-server

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

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: '1.21'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit e878fb4

Please sign in to comment.