Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.5 AS go
FROM golang:1.19.0 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.47.3 AS linter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/maratori/async

go 1.18
go 1.19

require (
github.com/pkg/errors v0.9.1
Expand Down