Skip to content

Commit 606699e

Browse files
committed
Update builds setup-go to v5
1 parent b22564a commit 606699e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/branch-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '8'
2424
distribution: 'temurin'
2525
- name: Setup GO
26-
uses: actions/setup-go@v4
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: '1.21.4'
2929
- name: Install Nats Server

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '8'
2626
distribution: 'temurin'
2727
- name: Setup GO
28-
uses: actions/setup-go@v4
28+
uses: actions/setup-go@v5
2929
with:
3030
go-version: '1.21.4'
3131
- name: Install Nats Server

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '8'
2424
distribution: 'temurin'
2525
- name: Setup GO
26-
uses: actions/setup-go@v4
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: '1.21.4'
2929
- name: Install Nats Server

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '8'
2525
distribution: 'temurin'
2626
- name: Setup GO
27-
uses: actions/setup-go@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: '1.21.4'
3030
- name: Install Nats Server

0 commit comments

Comments
 (0)