issues
search
Fantom-foundation
/
go-opera
Opera blockchain protocol secured by the Lachesis consensus algorithm
https://fantom.foundation/
GNU Lesser General Public License v3.0
283
stars
283
forks
source link
Fix compatibility with go1.17
#434
Closed
uprendis
closed
1 year ago
uprendis
commented
1 year ago
atomic.Int64
has been added in go 1.19, switch to
atomic.StoreInt64
to allow building with go1.17
atomic.Int64
has been added in go 1.19, switch toatomic.StoreInt64
to allow building with go1.17