File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
env :
14
- GO_VERSION : " 1.21" # https://go.dev/dl/
15
- STRINGER_VERSION : " 0.15.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
14
+ GO_VERSION : " 1.21" # https://go.dev/dl/
15
+ STRINGER_VERSION : " 0.15.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
16
16
# Protoc dependencies.
17
17
PROTOC_VERSION : " 25.1" # https://github.com/protocolbuffers/protobuf/releases
18
18
PROTOC_GEN_GO_VERSION : " 1.31.0" # https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ libs = ["lib"]
5
5
remappings = [
6
6
' @openzeppelin/=lib/openzeppelin-contracts/contracts' ,
7
7
]
8
+ solc_version = " 0.8.23" # https://github.com/ethereum/solidity/releases
8
9
9
10
# Lite profile with Yul optimiser disabled.
10
11
[profile .lite .optimizer_details ]
You can’t perform that action at this time.
0 commit comments