Skip to content

Commit

Permalink
Bump to go 1.18beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarretto committed Feb 4, 2022
1 parent d77d132 commit c4430b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Go Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.13-buster
FROM golang:1.18beta2-buster
WORKDIR /app
RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils dialog npm libprotobuf-dev protobuf-compiler 2>&1 \
Expand Down

0 comments on commit c4430b5

Please sign in to comment.