File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ The post-processor requires additional permissions to work. Below is the differe
167167## Developing Plugin
168168
169169If 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
Original file line number Diff line number Diff line change 11module github.com/wata727/packer-post-processor-amazon-ami-management
22
3- go 1.12
3+ go 1.15
44
55require (
66 github.com/aws/aws-sdk-go v1.35.9
You can’t perform that action at this time.
0 commit comments