diff options
author | 2023-03-22 11:38:59 -0400 | |
---|---|---|
committer | 2023-03-22 11:38:59 -0400 | |
commit | 747061632b078537abc11d4e1ebea0f1d1e7c361 (patch) | |
tree | 3559582b176ba1aa6e09fe40edda52e2232aead6 | |
parent | 07e97651d1ec26cd702a2fc3c4f792f44323d161 (diff) | |
download | coredns-747061632b078537abc11d4e1ebea0f1d1e7c361.tar.gz coredns-747061632b078537abc11d4e1ebea0f1d1e7c361.tar.zst coredns-747061632b078537abc11d4e1ebea0f1d1e7c361.zip |
build(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#5976)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/6edd4406fa81c3da01a34fa6f6343087c207a568...4d34df0c2316fe8122ab82dc22947d607c0c91f9)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/go.coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/go.test.yml | 6 | ||||
-rw-r--r-- | .github/workflows/golangci-lint.yml | 2 | ||||
-rw-r--r-- | .github/workflows/make.doc.yml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml index 05bdcab0c..450e5d82b 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@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' id: go diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 6a056e151..9fec9a4b4 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@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' id: go @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' id: go @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' id: go diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5945200ff..afb1092d4 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@6edd4406fa81c3da01a34fa6f6343087c207a568 + - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 diff --git a/.github/workflows/make.doc.yml b/.github/workflows/make.doc.yml index 87e9654d3..26417140a 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@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 with: go-version: '1.19.0' |