Skip to content

Commit

Permalink
try to use go 1.21 (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 authored Oct 5, 2023
1 parent c8b3e87 commit 3a6bcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu as tape-base

FROM golang:1.18 as golang
FROM golang:1.21 as golang

WORKDIR /root

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 github.com/hyperledger-twgc/tape

go 1.20
go 1.21

require (
github.com/gogo/protobuf v1.3.2
Expand Down

0 comments on commit 3a6bcb0

Please sign in to comment.