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 7f07f65 commit 2e73934Copy full SHA for 2e73934
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v3
21
with:
22
- go-version: 1.19
+ go-version: 1.21
23
24
- name: Build
25
run: go build -v ./...
adapters/devices/sofar/device.go
@@ -2,10 +2,10 @@ package sofar
2
3
import (
4
"fmt"
5
+ "log/slog"
6
"regexp"
7
8
"github.com/kubaceg/sofar_g3_lsw3_logger_reader/ports"
- "golang.org/x/exp/slog"
9
)
10
11
type Logger struct {
0 commit comments