Skip to content

Commit 02fcb9e

Browse files
committed
Use Bearer authentication #14
1 parent 1d25e3a commit 02fcb9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.23
24+
go-version: 1.22.2
2525

2626
- name: Install package
27-
run: go install
27+
run: go install ./pkg
2828

2929
- name: Build
30-
run: go build -v ./...
30+
run: go build -v ./pkg
3131

3232
- name: testing
33-
run: go test -v ./...
33+
run: go test -v ./pkg

0 commit comments

Comments
 (0)