Skip to content

Commit

Permalink
upgrade to go 1.20 (#343)
Browse files Browse the repository at this point in the history
* upgrade to go 1.20

* update go version

* update go version
  • Loading branch information
haoel authored May 5, 2023
1 parent 483bbee commit 9ff1722
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 @@ -5,7 +5,7 @@ on:
tags:
- 'v*'
env:
GO_VERSION: 1.18
GO_VERSION: "1.20"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:


env:
GO_VERSION: 1.19
GO_VERSION: "1.20"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion resources/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.20-alpine as builder
WORKDIR /go/src/github.com/megaease/easeprobe/
COPY ./ /go/src/github.com/megaease/easeprobe/
RUN --mount=type=cache,target=/var/cache/apk \
Expand Down

0 comments on commit 9ff1722

Please sign in to comment.