Skip to content

Releases: gythialy/golang-cross

v1.17

25 Aug 10:48
7aaa0e4
Compare
Choose a tag to compare
  • feat: update Go to 1.17
  • feat: update goreleaser to 0.176.0

thanks @cpanato

v1.16.7

25 Aug 09:03
5935fe7
Compare
Choose a tag to compare
  • support docker cli
  • bump golang version to v1.16.7

thanks @cpanato for the new features

v1.16.6

22 Jul 04:53
04b73f4
Compare
Choose a tag to compare
  • bump golang version to v1.16.6
  • bump goreleaser version to v0..173.2

thanks @cpanato

v1.16.5

14 Jun 02:45
af44b20
Compare
Choose a tag to compare
  • bump golang version to v1.16.5
  • bump goreleaser version to v0.169.0

v1.16.4

29 May 08:26
824c7c2
Compare
Choose a tag to compare
  • support golang v1.16.4
  • support goreleaser v0.166.1
  • support git-chglog v0.14.2

v1.16.3

16 Apr 03:51
50cf936
Compare
Choose a tag to compare
  • support golang v1.16.3
  • support build for Apple Silicon M1
    - id: gqlc-darwin-arm64
      ldflags: -X github.com/qlcchain/go-qlc/chain/version.Version={{ .Version }} -X github.com/qlcchain/go-qlc/chain/version.GitRev={{ .ShortCommit }} -X github.com/qlcchain/go-qlc/chain/version.BuildTime={{ .Date }} -X github.com/qlcchain/go-qlc/chain/version.Mode=MainNet
      binary: gqlc
      env:
        - CGO_ENABLED=1  
        - CC=aarch64-apple-darwin20.2-clang
        - CXX=aarch64-apple-darwin20.2-clang++
      main: ./cmd/main.go 
      goos:
        - darwin
      goarch:
        - arm64

v1.16.2

31 Mar 05:30
05bfaf8
Compare
Choose a tag to compare
  • support golang v1.16.2
  • support goreleaser v0.162.0
  • change GOLANG_VERSION to GO_VERSION, thanks @hu13

v1.16

18 Feb 12:27
3c8cc9e
Compare
Choose a tag to compare
  • support golang v1.16
  • support goreleaser v0.156.2

v1.15.8

18 Feb 12:22
4c8ced1
Compare
Choose a tag to compare
  • support golang v1.15.8
  • support goreleaser v0.155.2
  • support musl-libc #6, thanks to @chnliyong

v1.15.7

22 Jan 02:18
e8fe68f
Compare
Choose a tag to compare
  • support golang v1.15.7
  • support gorelease v0.155.0
  • support git-chglog v0.10.0