Skip to content

Commit

Permalink
upgrade ci go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 1, 2024
1 parent d55d1e9 commit 64f67bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
redis-version:
- "6.2"
go-version:
- "1.20"
- "1.21"
env:
GITHUB_CI: true
MYSQL_DATABASE: bbgo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- name: Install Node
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First stage container
FROM golang:1.20-alpine3.18 AS builder
FROM golang:1.21-alpine3.18 AS builder
RUN apk add --no-cache git ca-certificates gcc musl-dev libc-dev pkgconfig
# gcc is for github.com/mattn/go-sqlite3
# ADD . $GOPATH/src/github.com/c9s/bbgo
Expand Down

0 comments on commit 64f67bd

Please sign in to comment.