Skip to content

Commit

Permalink
bump go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Feb 13, 2023
1 parent ce66a65 commit c2c139f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: '1.19.5'
go-version: '1.20'
cache: true
- name: Tidy go cache
run: go mod tidy
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: '1.19.5'
go-version: '1.20'
cache: true
- name: Tidy go cache
run: go mod tidy
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: '1.19.5'
go-version: '1.20'
cache: true
- name: Tidy go cache
run: go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM golang:1.19.5 AS builder
FROM golang:1.20 AS builder

ARG BUILDARGS

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For running vocdoni-node in gateway mode, 8 GiB of ram memory is recommended (4

#### Compile and run

Compile from source in a golang environment (Go>1.19 required):
Compile from source in a golang environment (Go>1.20 required):

```bash
git clone https://github.com/vocdoni/vocdoni-node.git
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.vocdoni.io/dvote

go 1.19
go 1.20

// For testing purposes while dvote-protobuf becomes stable
// replace go.vocdoni.io/proto => ../dvote-protobuf
Expand Down

0 comments on commit c2c139f

Please sign in to comment.