aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-26 14:38:22 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-26 14:38:22 +0200
commitaef4bd2d02fd4820c2207c63f7482ecb1e484680 (patch)
tree9f0ceac10c0941565293c3169af29a20f7fd82d6 /.github
parente19068cc1aa002e869c56da7a95b3aa18a7224dd (diff)
downloadcoredns-aef4bd2d02fd4820c2207c63f7482ecb1e484680.tar.gz
coredns-aef4bd2d02fd4820c2207c63f7482ecb1e484680.tar.zst
coredns-aef4bd2d02fd4820c2207c63f7482ecb1e484680.zip
build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#6094)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.coverage.yml2
-rw-r--r--.github/workflows/go.test.yml6
-rw-r--r--.github/workflows/golangci-lint.yml2
-rw-r--r--.github/workflows/make.doc.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml
index 6744f1710..f923f4a01 100644
--- a/.github/workflows/go.coverage.yml
+++ b/.github/workflows/go.coverage.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
id: go
diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml
index 4ffe7c963..7f6d97081 100644
--- a/.github/workflows/go.test.yml
+++ b/.github/workflows/go.test.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
id: go
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
id: go
@@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
id: go
diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml
index 663ba18df..dde09a026 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -6,7 +6,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
diff --git a/.github/workflows/make.doc.yml b/.github/workflows/make.doc.yml
index 06f602577..2c41141b1 100644
--- a/.github/workflows/make.doc.yml
+++ b/.github/workflows/make.doc.yml
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Setup Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'