Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.0"
go-version-file: go.mod

- name: Run Tests
run: |
Expand Down
14 changes: 9 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
<body class="body">
<header class="header">
<label class="header_label">
<a class="header_breadcrumb" href="https://github.com/cmgsj/goserve/tree/main">Home</a></label>
<a
class="header_breadcrumb"
href="https://github.com/cmgsj/goserve/tree/main"
>Home</a
></label>
<div class="header_buttons"><button
id="theme_toggle_button"
class="theme_toggle_button"
Expand Down Expand Up @@ -193,7 +197,7 @@
>.goreleaser.yaml</a
>
</td>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">420B</code>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">431B</code>
<a
class="file"
href="https://raw.githubusercontent.com/cmgsj/goserve/main/.goreleaser.yaml"
Expand Down Expand Up @@ -295,7 +299,7 @@
>Makefile</a
>
</td>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">1.383KB</code>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">1.391KB</code>
<a
class="file"
href="https://raw.githubusercontent.com/cmgsj/goserve/main/Makefile"
Expand Down Expand Up @@ -397,7 +401,7 @@
>go.mod</a
>
</td>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">1.172KB</code>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">1.328KB</code>
<a
class="file"
href="https://raw.githubusercontent.com/cmgsj/goserve/main/go.mod"
Expand Down Expand Up @@ -448,7 +452,7 @@
>go.sum</a
>
</td>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">7.305KB</code>
<td class="file_table_body_row_cell file_table_body_row_cell_right"><code class="size">7.77KB</code>
<a
class="file"
href="https://raw.githubusercontent.com/cmgsj/goserve/main/go.sum"
Expand Down