Skip to content

Commit

Permalink
Update Go to 1.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Sep 24, 2021
1 parent 001c814 commit 8e658db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.15.5"
go-version: "1.16.8"

- name: Install APT-based build dependencies
run: >
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OS_NAME := $(shell uname -s)
endif

# The Docker image to use when building release images.
GOLANG_DOCKER_IMAGE := golang:1.16.7
GOLANG_DOCKER_IMAGE := golang:1.16.8

INSTALL := install

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Many Linux distributions make some version of the Go compiler easily
installable, but otherwise you can [download and install the latest
version](https://golang.org/dl/). The source code is written to use
[Go modules](https://github.com/golang/go/wiki/Modules) for dependency
management and it seems you need at least Go 1.13.
management. You need at least least Go 1.16.x.

To just build an executable file you don't need anything but the Go
compiler; just clone the Logstash Filter Verifier repository and run
Expand Down

0 comments on commit 8e658db

Please sign in to comment.