Skip to content

Commit bf1758b

Browse files
authored
Merge pull request #660 from go-vgo/bitmap-pr
Update: update CI and dockerfile
2 parents 6c13742 + 9424b71 commit bf1758b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/images/primary/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM golang:1.10.1
2-
FROM golang:1.21.7-stretch AS build
2+
FROM golang:1.22.3-stretch AS build
33
# FROM govgo/go:1.11.1
44

55
RUN apt update && apt install -y --no-install-recommends \

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- name: Set up Go 1.21.0
13+
- name: Set up Go 1.22.0
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.21.0
16+
go-version: 1.22.0
1717
id: go
1818

1919
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)