Skip to content

Commit aad0bde

Browse files
committed
Fix golint for tour-of-beam test
1 parent 489efaa commit aad0bde

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tour_of_beam_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: golangci-lint
6161
uses: golangci/golangci-lint-action@v8
6262
with:
63-
version: v1.49.0
63+
version: v2.12.0
6464
working-directory: learning/tour-of-beam/backend
6565

learning/tour-of-beam/backend/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,5 @@ $ curl -X POST -H "Authorization: Bearer $token" \
192192
```
193193
$ curl -X POST -H "Authorization: Bearer $token" \
194194
"https://$REGION-$PROJECT_ID.cloudfunctions.net/postDeleteProgress" -d '{}'
195-
```
195+
```
196+

0 commit comments

Comments
 (0)