Skip to content

Commit

Permalink
Update requirements to go1.16 - for arm64 support. (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Mar 6, 2021
1 parent a99d049 commit 097689d
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
-
name: Create version helper
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pygmy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.14.1'
go-version: '1.16'
- name: Install
run: go mod download
env:
Expand All @@ -35,7 +35,7 @@ jobs:
# - uses: actions/setup-go@v2
# with:
# stable: 'false'
# go-version: '1.14.1'
# go-version: '1.16'
# - name: Switch Docker daemon mode to Linux
# run: Start-Process $Env:ProgramFiles\Docker\Docker\DockerCli.exe -ArgumentList "-SwitchLinuxEngine"
# - name: Build
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.14.1'
go-version: '1.16'
# Establish some SSH keys.
- name: Setup SSH
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
builds/*
dist/*
dist/*
vendor/*
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fubarhouse/pygmy-go

go 1.14
go 1.16

require (
github.com/Microsoft/go-winio v0.4.15-0.20200908182639-5b44b70ab3ab // indirect
Expand Down

0 comments on commit 097689d

Please sign in to comment.