Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
d89f899d
Commit
d89f899d
authored
Mar 18, 2022
by
Yong Tang
Committed by
GitHub
Mar 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump golang version to 1.18 (#5270)
parent
67885575
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/go.coverage.yml
.github/workflows/go.coverage.yml
+1
-1
.github/workflows/go.test.yml
.github/workflows/go.test.yml
+3
-3
.github/workflows/go.tidy.yml
.github/workflows/go.tidy.yml
+1
-1
.github/workflows/make.doc.yml
.github/workflows/make.doc.yml
+1
-1
No files found.
.github/workflows/go.coverage.yml
View file @
d89f899d
...
...
@@ -11,7 +11,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
id
:
go
-
name
:
Check out code
...
...
.github/workflows/go.test.yml
View file @
d89f899d
...
...
@@ -11,7 +11,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
id
:
go
-
name
:
Check out code
...
...
@@ -33,7 +33,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
id
:
go
-
name
:
Check out code
...
...
@@ -52,7 +52,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
id
:
go
-
name
:
Check out code
...
...
.github/workflows/go.tidy.yml
View file @
d89f899d
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
id
:
go
-
name
:
Checkout
...
...
.github/workflows/make.doc.yml
View file @
d89f899d
...
...
@@ -18,7 +18,7 @@ jobs:
-
name
:
Setup Go
uses
:
actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with
:
go-version
:
'
1.1
7
.0'
go-version
:
'
1.1
8
.0'
-
name
:
Update Docs
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment