We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d71c9 commit 0d2ad74Copy full SHA for 0d2ad74
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-go@v5
12
- with: { go-version: '1.22' }
+ with: { go-version: '1.25' }
13
- run: |
14
mkdir -p dist
15
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o dist/server ./cmd/server
0 commit comments