good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
530cd3c1
Commit
530cd3c1
authored
Apr 6, 2022
by
Victor Castell
Browse files
Options
Downloads
Patches
Plain Diff
Bump Go version to v1.18.1
parent
d687d0d2
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile.alltools
+1
-1
1 addition, 1 deletion
Dockerfile.alltools
Dockerfile.classic
+1
-1
1 addition, 1 deletion
Dockerfile.classic
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
5 additions
and
5 deletions
Dockerfile.alltools
+
1
−
1
View file @
530cd3c1
# Build Geth in a stock Go builder container
FROM golang:1.1
7
-alpine as builder
FROM golang:1.1
8.1
-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.classic
+
1
−
1
View file @
530cd3c1
# Build Geth in a stock Go builder container
FROM golang:1.1
7
-alpine as builder
FROM golang:1.1
8.1
-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git bash
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
3
View file @
530cd3c1
...
...
@@ -164,7 +164,7 @@ geth-windows-amd64:
@
ls
-ld
$(
GOBIN
)
/geth-windows-
*
|
grep
amd64
PACKAGE_NAME
:=
github.com/maticnetwork/bor
GOLANG_CROSS_VERSION
?=
v1.1
7.2
GOLANG_CROSS_VERSION
?=
v1.1
8.1
.PHONY
:
release-dry-run
release-dry-run
:
...
...
@@ -178,7 +178,7 @@ release-dry-run:
-v
/var/run/docker.sock:/var/run/docker.sock
\
-v
`
pwd
`
:/go/src/
$(
PACKAGE_NAME
)
\
-w
/go/src/
$(
PACKAGE_NAME
)
\
g
hcr.io/troian/golang
-cross:
${
GOLANG_CROSS_VERSION
}
\
g
oreleaser/goreleaser
-cross:
${
GOLANG_CROSS_VERSION
}
\
--rm-dist
--skip-validate
--skip-publish
.PHONY
:
release
...
...
@@ -194,5 +194,5 @@ release:
-v
/var/run/docker.sock:/var/run/docker.sock
\
-v
`
pwd
`
:/go/src/
$(
PACKAGE_NAME
)
\
-w
/go/src/
$(
PACKAGE_NAME
)
\
g
hcr.io/troian/golang
-cross:
${
GOLANG_CROSS_VERSION
}
\
g
oreleaser/goreleaser
-cross:
${
GOLANG_CROSS_VERSION
}
\
--rm-dist
--skip-validate
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment