diff options
author | 2022-12-06 10:52:51 -0500 | |
---|---|---|
committer | 2022-12-06 10:52:51 -0500 | |
commit | 3cc986693df48ad1fc2b8860a9cd620dcaadd1bd (patch) | |
tree | a9b515029f7c63fd6b5ad98d69ba2d1c57b59a9f | |
parent | 7de1b2ca237e2073d1259ba02491ccf4c1e3ad27 (diff) | |
download | coredns-3cc986693df48ad1fc2b8860a9cd620dcaadd1bd.tar.gz coredns-3cc986693df48ad1fc2b8860a9cd620dcaadd1bd.tar.zst coredns-3cc986693df48ad1fc2b8860a9cd620dcaadd1bd.zip |
build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#5788)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/c4a742cab115ed795e34d4513e2cf7d472deb55f...d0a58c1c4d2b25278816e339b944508c875f3613)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 ee3386e2e..8f0aadc5d 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: '1.19.0' id: go diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 6b50174f6..12459209b 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: '1.19.0' id: go diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index a7775882a..76aa1dbf3 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 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 fa047dd3b..4e431070c 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@c4a742cab115ed795e34d4513e2cf7d472deb55f + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: '1.19.0' |