Skip to content

Commit ed67f25

Browse files
committed
More steps for CI
1 parent 776c078 commit ed67f25

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
build-and-test:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@v6
19+
20+
- name: OIDC Setup for goproxy
21+
uses: github/setup-goproxy@v1.1.0
22+
23+
- uses: actions/setup-go@v6
24+
with:
25+
go-version-file: 'go.mod'
26+
1827
- name: Build and test
1928
run: |
2029
go build

0 commit comments

Comments
 (0)