We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9defe70 commit 2e7bc4aCopy full SHA for 2e7bc4a
2 files changed
.github/workflows/golangci-lint.yml
@@ -1,3 +1,4 @@
1
+---
2
name: golangci-lint
3
on:
4
push:
@@ -25,7 +26,7 @@ jobs:
25
26
- name: "Setup Go"
27
uses: actions/setup-go@v3
28
with:
- go-version: ${{ steps.goversion.outputs.GOVER }}
29
+ go-version: "1.24"
30
31
- name: Create VERSION file
32
run: |
go.mod
@@ -1,6 +1,6 @@
module github.com/aptly-dev/aptly
-go 1.24.0
+go 1.25.0
5
require (
6
github.com/AlekSi/pointer v1.1.0
0 commit comments