We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9743d commit 31bcfdfCopy full SHA for 31bcfdf
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v4
40
41
- name: Set up Go
42
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
43
with:
44
go-version: 1.18
45
@@ -61,4 +61,4 @@ jobs:
61
- name: Test application
62
run: |
63
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"}'
+ curl --request POST --url http://localhost:8080/login --header 'Content-Type: application/json' --data '{"username": "testuser", "password": "testpassword"}'
0 commit comments