Skip to content

Commit 0507b07

Browse files
authored
Merge pull request #882 from go-graphite/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 59b1085 + 93e4203 commit 0507b07

10 files changed

+10
-10
lines changed

.github/workflows/packages-centos-7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-debian-bookworm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-debian-bullseye.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-debian-buster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-rockylinux-8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-rockylinux-9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-ubuntu-18.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-ubuntu-20.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/packages-ubuntu-22.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ^1
2121
steps:
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Set up Ruby for package_cloud uploader to work

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go }}
2626

0 commit comments

Comments
 (0)