Skip to content

Commit

Permalink
update go 1.19 -> 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Dec 19, 2023
1 parent 8888d0a commit 6418fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 AS build
FROM golang:1.21 AS build
WORKDIR /app
COPY . /app
RUN make NAME=mackerel-sql-metric-collector
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/mackerelio-labs/mackerel-sql-metric-collector

go 1.19
go 1.21

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit 6418fb4

Please sign in to comment.