1
0
Fork 0

Add Go to workflow

master
Ambrose Chua 2020-07-03 00:34:56 +08:00
parent 1f2ed024fd
commit f8ec8e8d78
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Install Go
run: |
apk add --no-cache go
- name: Regenerate Dockerfiles
run: |
go run update.go -dockerfiles