Skip to content

Commit 791ffd6

Browse files
committed
Upgrade to Go 1.26.5
1 parent a17bdc7 commit 791ffd6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
go-version: ['1.25']
16+
go-version: ['1.26.5']
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4444
with:
45-
go-version: '1.25'
45+
go-version: '1.26.5'
4646

4747
- name: golangci-lint
4848
run: go tool golangci-lint run ./...

.github/workflows/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2121
with:
22-
go-version: '1.25'
22+
go-version: '1.26.5'
2323

2424
- name: Install swag
2525
run: go install github.com/swaggo/swag/cmd/swag@latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ The proxy will recreate the database on next start.
10241024

10251025
Requirements:
10261026

1027-
- Go 1.25 or later
1027+
- Go 1.26.5 or later
10281028

10291029
```bash
10301030
git clone https://github.com/git-pkgs/proxy.git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/git-pkgs/proxy
22

3-
go 1.25.6
3+
go 1.26.5
44

55
require (
66
github.com/BurntSushi/toml v1.6.0

0 commit comments

Comments
 (0)