Skip to content

Commit

Permalink
chore(deps): update CTFd to 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 28, 2024
1 parent 6cdd3bd commit 6a9f465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
services:
ctfd:
image: ctfd/ctfd:3.7.4@sha256:b2cc1ff1767d919282cf9811ec41a9a4f994d502f502b4a8852999ffb1b7e81a
image: ctfd/ctfd:3.7.5@sha256:7f456b23727286c9df2b58e0b7398cc0196e2b74e4c1c5b3cda7a5b71034637d
ports:
- 8000:8000
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

Golang client for interacting with [CTFd](https://ctfd.io/).

Last version tested on: [3.7.4](https://github.com/CTFd/CTFd/releases/tag/3.7.4).
Last version tested on: [3.7.5](https://github.com/CTFd/CTFd/releases/tag/3.7.5).
2 changes: 1 addition & 1 deletion api/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type (
ID int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Attribution *string `json:"attribution"`
Attribution *string `json:"attribution,omitempty"`
ConnectionInfo *string `json:"connection_info,omitempty"`
MaxAttempts *int `json:"max_attempts,omitempty"`
Function *string `json:"function,omitempty"`
Expand Down

0 comments on commit 6a9f465

Please sign in to comment.