Skip to content

Commit 5b9cb07

Browse files
authored
ci: Drop deprecated go get (#71)
* ci: drop deprecated go get * ci: trigger run * ci: fix runner
1 parent bf6694b commit 5b9cb07

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/ci-pull-request-ecs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'templates_apprunner/**'
8+
- 'templates_ecs/**'
99

1010
jobs:
1111
lint:

.github/workflows/release-apprunner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: ^1.16
2323

2424
- name: Setup go-chglog
25-
run: go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
25+
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
2626

2727
- name: Generate changelog
2828
run: git-chglog -c .github/git-chglog/config.yml -o RELEASE_CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))

.github/workflows/release-ecs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: ^1.16
2323

2424
- name: Setup go-chglog
25-
run: go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
25+
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
2626

2727
- name: Generate changelog
2828
run: git-chglog -c .github/git-chglog/config.yml -o RELEASE_CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))

templates_ecs/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ ci: packaged-template.yaml
4141
clean:
4242
aws cloudformation delete-stack --stack-name $(STACK_NAME)
4343

44-
45-
#
44+
#
4645
# local-test-manual:
4746
# (have not found a way to do it via cli)
4847
# aws console > cloudformation > create new stack (template, upload template: select ./templates/Cloudvision.yaml)

0 commit comments

Comments
 (0)