Skip to content

Commit 4eef677

Browse files
authored
go.mk: update to v2.0.2 (#630)
1 parent 1b0b0af commit 4eef677

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Improvements
6+
7+
- go.mk: update to v2.0.2 #630
8+
59
### Bug Fixes
610

711
- Fix list of dependencies for archlinux builds #628

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GO_MK_REF := v2.0.1
1+
GO_MK_REF := v2.0.2
22

33
# make go.mk a dependency for all targets
44
.EXTRA_PREREQS = go.mk

0 commit comments

Comments
 (0)