Skip to content

Commit 6053bb0

Browse files
authored
Merge pull request #131 from wata727/go1.15
Upgrade Go 1.15
2 parents 2ae5f87 + 37b7687 commit 6053bb0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v2.1.3
2222
with:
23-
go-version: 1.13
23+
go-version: 1.15
2424
- name: Restore Cache
2525
uses: actions/cache@v2.1.2
2626
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2.1.3
1818
with:
19-
version: 1.13
19+
version: 1.15
2020
- name: Run GoReleaser
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
VERSION: v0.116.0
23+
VERSION: v0.143.0
2424
run: curl -sL https://git.io/goreleaser | bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The post-processor requires additional permissions to work. Below is the differe
167167
## Developing Plugin
168168

169169
If you wish to build this plugin on your environment, you can use GNU Make build system.
170-
But this Makefile depends on [Go](https://golang.org/) 1.13 or more. At First, you should install Go.
170+
But this Makefile depends on [Go](https://golang.org/) 1.15 or more. At First, you should install Go.
171171

172172
```
173173
$ make build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wata727/packer-post-processor-amazon-ami-management
22

3-
go 1.12
3+
go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go v1.35.9

0 commit comments

Comments
 (0)