Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
17f7837b
Unverified
Commit
17f7837b
authored
May 06, 2021
by
Esad Akar
Committed by
GitHub
May 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go: update to 1.16 (#1657)
parent
8481cd7c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
go.yml
.github/workflows/go.yml
+1
-1
release.yaml
.github/workflows/release.yaml
+1
-1
Dockerfile
Dockerfile
+1
-1
go.mod
go.mod
+1
-1
No files found.
.github/workflows/go.yml
View file @
17f7837b
...
...
@@ -14,7 +14,7 @@ jobs:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
go
:
[
1.1
5
]
go
:
[
1.1
6
]
os
:
[
ubuntu-latest
,
macos-latest
,
windows-latest
]
steps
:
-
name
:
Setup Go
...
...
.github/workflows/release.yaml
View file @
17f7837b
...
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Setup Go
uses
:
actions/setup-go@v2
with
:
go-version
:
1.1
5
go-version
:
1.1
6
-
name
:
Checkout
uses
:
actions/checkout@v2
with
:
...
...
Dockerfile
View file @
17f7837b
FROM
golang:1.1
5
AS build
FROM
golang:1.1
6
AS build
WORKDIR
/src
# enable modules caching in separate layer
...
...
go.mod
View file @
17f7837b
module github.com/ethersphere/bee
go 1.1
4
go 1.1
6
require (
github.com/btcsuite/btcd v0.21.0-beta
...
...
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