Skip to content

Commit 31bcfdf

Browse files
Update ci.yml
1 parent ca9743d commit 31bcfdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Set up Go
42-
uses: actions/setup-go@v2
42+
uses: actions/setup-go@v4
4343
with:
4444
go-version: 1.18
4545

@@ -61,4 +61,4 @@ jobs:
6161
- name: Test application
6262
run: |
6363
curl --request POST --url http://localhost:8080/signup --header 'Content-Type: application/json' --data '{"username": "testuser", "password": "testpassword"}'
64-
curl --request POST --url http://localhost:8080/login --header 'Content-Type: application/json' --data '{"username": "testuser", "password": "testpassword"}'
64+
curl --request POST --url http://localhost:8080/login --header 'Content-Type: application/json' --data '{"username": "testuser", "password": "testpassword"}'

0 commit comments

Comments
 (0)