Skip to content

Commit

Permalink
fix(ci): check generated files should be reliable (#195)
Browse files Browse the repository at this point in the history
* fix(ci): set solc version

* fix: set solc in foundry.toml
  • Loading branch information
leovct authored Jan 26, 2024
1 parent 29c0b0d commit eafc0bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: "1.21" # https://go.dev/dl/
STRINGER_VERSION: "0.15.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
GO_VERSION: "1.21" # https://go.dev/dl/
STRINGER_VERSION: "0.15.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
# Protoc dependencies.
PROTOC_VERSION: "25.1" # https://github.com/protocolbuffers/protobuf/releases
PROTOC_GEN_GO_VERSION: "1.31.0" # https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions
Expand Down
1 change: 1 addition & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libs = ["lib"]
remappings = [
'@openzeppelin/=lib/openzeppelin-contracts/contracts',
]
solc_version = "0.8.23" # https://github.com/ethereum/solidity/releases

# Lite profile with Yul optimiser disabled.
[profile.lite.optimizer_details]
Expand Down

0 comments on commit eafc0bb

Please sign in to comment.