Merge pull request #660 from go-vgo/bitmap-pr

Update: update CI and dockerfile
This commit is contained in:
Evans 2024-06-05 12:40:24 -07:00 committed by GitHub
commit bf1758b424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1 # FROM golang:1.10.1
FROM golang:1.21.7-stretch AS build FROM golang:1.22.3-stretch AS build
# FROM govgo/go:1.11.1 # FROM govgo/go:1.11.1
RUN apt update && apt install -y --no-install-recommends \ RUN apt update && apt install -y --no-install-recommends \

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Set up Go 1.21.0 - name: Set up Go 1.22.0
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.21.0 go-version: 1.22.0
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory