Skip to content

Commit

Permalink
Merge pull request #6 from runreveal/alan/fix-slog
Browse files Browse the repository at this point in the history
exp/slog -> log/slog
  • Loading branch information
abraithwaite authored Nov 28, 2023
2 parents fb732b6 + dd805b3 commit 50c2ad6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
# HACK: actions doesn't support multiple modules in one repo for caching
cache: false

Expand Down
2 changes: 1 addition & 1 deletion await/await.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"syscall"
"time"

"golang.org/x/exp/slog"
"log/slog"
)

type Runner interface {
Expand Down
4 changes: 1 addition & 3 deletions await/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/runreveal/lib/await

go 1.20

require golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb
go 1.21
2 changes: 1 addition & 1 deletion loader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/runreveal/lib/loader

go 1.20
go 1.21

require (
github.com/segmentio/encoding v0.3.6
Expand Down

0 comments on commit 50c2ad6

Please sign in to comment.