Skip to content

Commit 2e73934

Browse files
committed
slog
1 parent 7f07f65 commit 2e73934

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.19
22+
go-version: 1.21
2323

2424
- name: Build
2525
run: go build -v ./...

adapters/devices/sofar/device.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package sofar
22

33
import (
44
"fmt"
5+
"log/slog"
56
"regexp"
67

78
"github.com/kubaceg/sofar_g3_lsw3_logger_reader/ports"
8-
"golang.org/x/exp/slog"
99
)
1010

1111
type Logger struct {

0 commit comments

Comments
 (0)