Skip to content

Commit

Permalink
Merge pull request #3571 from bhcleek/go1.21
Browse files Browse the repository at this point in the history
run tests against Go 1.20 and 1.21
  • Loading branch information
bhcleek authored Aug 21, 2023
2 parents 7a28d24 + b2f360a commit ec8f05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.19','1.20']
go: ['1.20','1.21']
vim: ['vim-8.1', 'vim-8.2', 'nvim']
steps:
- name: setup Go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.0
FROM golang:1.21.0

RUN apt-get update -y --allow-insecure-repositories && \
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \
Expand Down

0 comments on commit ec8f05b

Please sign in to comment.