Skip to content

Commit a5b430c

Browse files
authored
Merge branch 'main' into feat/remove-katacoda
2 parents 9893f2c + 8d7d86f commit a5b430c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Git Checkout
1919
uses: actions/checkout@v4
2020
- name: Setup Go environment
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: '1.x'
2424
- name: Install Dependencies

content/docs/buildpack-author-guide/build-phases-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The order group containing `yarn` logic has higher precedence in the `nodejs` bu
2323

2424
## Running `pack`
2525

26-
Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message", "Hello world"}`. Our application contains the two source files
26+
Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message": "Hello world"}`. Our application contains the two source files
2727

2828
```command
2929
$ tree .

0 commit comments

Comments
 (0)