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 d42496b commit 8246444Copy full SHA for 8246444
.github/workflows/go.yml
@@ -16,14 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Check out reg-paygate-adapter (primary)
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
20
with:
21
path: ./reg-paygate-adapter
22
23
- name: Set up Go
24
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v6
25
26
- go-version: '1.20'
+ go-version: '^1.25.0'
27
28
- name: Build reg-paygate-adapter (primary)
29
run: go build -v ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/eurofurence/reg-paygate-adapter
2
3
-go 1.21
+go 1.25
4
5
require (
6
github.com/StephanHCB/go-autumn-logging v0.4.0
0 commit comments