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