Skip to content

Commit 2b378df

Browse files
Merge pull request #7 from eurofurence/go-version-bump
chore(go): bump go version and action versions
2 parents d42496b + 8246444 commit 2b378df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out reg-paygate-adapter (primary)
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v5
2020
with:
2121
path: ./reg-paygate-adapter
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@v6
2525
with:
26-
go-version: '1.20'
26+
go-version: '^1.25.0'
2727

2828
- name: Build reg-paygate-adapter (primary)
2929
run: go build -v ./...

go.mod

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

3-
go 1.21
3+
go 1.25
44

55
require (
66
github.com/StephanHCB/go-autumn-logging v0.4.0

0 commit comments

Comments
 (0)