Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Go 1.12
Browse files Browse the repository at this point in the history
Update ldflags
  • Loading branch information
crazy-max committed Mar 19, 2019
1 parent df0a3d9 commit edd3bde
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: shell

env:
global:
- GOVERSION=1.11.5
- GOVERSION=1.12.1
- GOROOT=/c/go
- GOPATH=/c/gopath
- GO111MODULE=on
Expand All @@ -22,7 +22,7 @@ install:
script:
- go mod download
- go generate -v
- go build -o bin/IconsRefresh.exe
- go build -o bin/IconsRefresh.exe -v -ldflags "-v -H=windowsgui"

deploy:
provider: releases
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.1 (2019/03/19)

* Go 1.12
* Update ldflags

## 2.0.0 (2019/03/19)

* Switch to Go language
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Launch `IconsRefresh.exe`

## Build

> Go 1.11.5 or higher required
> Go 1.12 or higher required
```
go mod download
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/crazy-max/IconsRefresh

go 1.12

require (
github.com/akavel/rsrc v0.8.0 // indirect
github.com/josephspurrier/goversioninfo v0.0.0-20190209210621-63e6d1acd3dd
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca
github.com/josephspurrier/goversioninfo v0.0.0-20190209210621-63e6d1acd3dd // indirect
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ github.com/akavel/rsrc v0.8.0 h1:zjWn7ukO9Kc5Q62DOJCcxGpXC18RawVtYAGdz2aLlfw=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/josephspurrier/goversioninfo v0.0.0-20190209210621-63e6d1acd3dd h1:KikNiFwUO3QLyeKyN4k9yBH9Pcu/gU/yficWi61cJIw=
github.com/josephspurrier/goversioninfo v0.0.0-20190209210621-63e6d1acd3dd/go.mod h1:eJTEwMjXb7kZ633hO3Ln9mBUCOjX2+FlTljvpl9SYdE=
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca h1:o2TLx1bGN3W+Ei0EMU5fShLupLmTOU95KvJJmfYhAzM=
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 comments on commit edd3bde

Please sign in to comment.