tangled
alpha
login
or
join now
graham.systems
/
ladon
An OIDC-protected index page for your homeserver.
0
fork
atom
overview
issues
pulls
pipelines
ci(actions): use newer Go and run generate
Graham Barber
3 months ago
562cfc2b
20e15e59
options
unified
split
Changed files
+3
-1
.github
workflows
build.yml
+3
-1
.github/workflows/build.yml
···
15
15
- name: Set up Go
16
16
uses: actions/setup-go@v4
17
17
with:
18
18
-
go-version: '1.23'
18
18
+
go-version: '1.24'
19
19
20
20
+
- name: Generate
21
21
+
run: go generate
20
22
- name: Build
21
23
run: go build -v .