mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 00:24:08 -05:00
Bump golang version to 1.18 (#5270)
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@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: '1.17.0'
|
||||
go-version: '1.18.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: '1.17.0'
|
||||
go-version: '1.18.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
|
||||
with:
|
||||
go-version: '1.17.0'
|
||||
go-version: '1.18.0'
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
||||
Reference in New Issue
Block a user