Skip to content

Commit 2e7bc4a

Browse files
committed
go: use verison 1.25
1 parent 9defe70 commit 2e7bc4a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: golangci-lint
23
on:
34
push:
@@ -25,7 +26,7 @@ jobs:
2526
- name: "Setup Go"
2627
uses: actions/setup-go@v3
2728
with:
28-
go-version: ${{ steps.goversion.outputs.GOVER }}
29+
go-version: "1.24"
2930

3031
- name: Create VERSION file
3132
run: |

go.mod

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

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/AlekSi/pointer v1.1.0

0 commit comments

Comments
 (0)