mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 08:34:07 -05:00
Bump golang to 1.20.0 (#6070)
Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
This commit is contained in:
6
.github/workflows/go.test.yml
vendored
6
.github/workflows/go.test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
||||
with:
|
||||
go-version: '1.19.0'
|
||||
go-version: '1.20.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
||||
with:
|
||||
go-version: '1.19.0'
|
||||
go-version: '1.20.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
||||
with:
|
||||
go-version: '1.19.0'
|
||||
go-version: '1.20.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
||||
Reference in New Issue
Block a user