Skip to content
Snippets Groups Projects
Unverified Commit 7ba00254 authored by Jonas Theis's avatar Jonas Theis Committed by GitHub
Browse files

Bump up Go version to 1.14.4 (#482)

parent 3f86f9a8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jobs:
name: Release
runs-on: [ubuntu-latest]
container:
image: iotmod/goreleaser-cgo-cross-compiler:1.14
image: iotmod/goreleaser-cgo-cross-compiler:1.14.4
volumes: [/repo]
steps:
......
......@@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.14.4
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.14.4
- name: Check out code into the Go module directory
uses: actions/checkout@v2
......
############################
# Build
############################
# golang:1.14.0-buster
FROM golang@sha256:fc7e7c9c4b0f6d2d5e8611ee73b9d1d3132750108878517bbf988aa772359ae4 AS build
# golang:1.14.4-buster
FROM golang@sha256:fbaba67d3bd0a6fd154eaa27d1a0a9e5e80ecdb0792736017fde7326d9bf8d69 AS build
# Ensure ca-certficates are up to date
RUN update-ca-certificates
......
......@@ -3,7 +3,7 @@ version: "3.5"
services:
builder:
container_name: builder
image: golang:1.14
image: golang:1.14.4
working_dir: /tmp/goshimmer/
entrypoint: go install main.go
volumes:
......
......@@ -3,7 +3,7 @@ version: "3.5"
services:
entry_node:
container_name: entry_node
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
......@@ -24,7 +24,7 @@ services:
peer_master:
container_name: peer_master
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
......@@ -40,7 +40,7 @@ services:
- entry_node
peer_replica:
image: golang:1.14
image: golang:1.14.4
entrypoint: /go/bin/main
command: >
--config-dir=/tmp
......
......@@ -3,7 +3,7 @@ version: "3.5"
services:
tester:
container_name: tester
image: golang:1.14
image: golang:1.14.4
working_dir: /tmp/goshimmer/tools/integration-tests/tester
entrypoint: go test ./tests/${TEST_NAME} -v -mod=readonly -timeout 30m
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment