Skip to content

Commit e878fb4

Browse files
committed
CI: Upgrade Github actions/checkout and actions/setup-go
1 parent 28def7a commit e878fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Install RabbitMQ
1515
run: sudo apt-get install -y rabbitmq-server
1616

17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.21
22+
go-version: '1.21'
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)