Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 6095b7f

Browse files
committed
Update to Go 1.22.2
1 parent 0ef37ed commit 6095b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.22.0
11+
go-version: 1.22.2
1212

1313
- name: Checkout
1414
uses: actions/checkout@v4

go.mod

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

3-
go 1.22
3+
go 1.22.2
44

55
require (
66
github.com/google/go-querystring v1.1.0

0 commit comments

Comments
 (0)