Skip to content

Commit b1cc441

Browse files
author
Daniele Rondina
committed
Move to golang 1.16
1 parent efd80e6 commit b1cc441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: 1.14
25+
go-version: 1.16
2626
-
2727
name: Run GoReleaser
2828
uses: goreleaser/goreleaser-action@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Sabayon/pkgs-checker
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/MottainaiCI/simplestreams-builder v0.1.0

0 commit comments

Comments
 (0)