mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Updated go versions used in workflows to 1.21 (#6260)
* Updated go versions used in workflows to 1.21 Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in> Co-authored-by: RadhaKrishna <radha.peteti@appdynamics.com>
This commit is contained in:
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '~1.20.0'
|
||||
go-version: '~1.21.0'
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3.6.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user