Skip to content

Commit

Permalink
Bump Go 1.21 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal committed Feb 10, 2024
1 parent 37b853e commit 8c4e63d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.18.2'
go-version: '~1.21.7'

- run: go build

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# waitsilence

[![goreleaser](https://github.com/SimplyVanilla/waitsilence/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/SimplyVanilla/waitsilence/actions/workflows/goreleaser.yml)
[![Language grade: Go](https://img.shields.io/lgtm/grade/go/g/SimplyVanilla/waitsilence.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SimplyVanilla/waitsilence/context:go)
[![Known Vulnerabilities](https://snyk.io/test/github/SimplyVanilla/waitsilence/badge.svg)](https://snyk.io/test/github/SimplyVanilla/waitsilence)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SimplyVanilla_waitsilence&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SimplyVanilla_waitsilence)

Delay until `stdin` has recieved no input for a specified time, and then exit.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/SimplyVanilla/waitsilence

go 1.18
go 1.21

require github.com/kpango/glg v1.6.15

Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ github.com/kpango/fastime v1.1.9/go.mod h1:vyD7FnUn08zxY4b/QFBZVG+9EWMYsNl+QF0uE
github.com/kpango/glg v1.6.15 h1:nw0xSxpSyrDIWHeb3dvnE08PW+SCbK+aYFETT75IeLA=
github.com/kpango/glg v1.6.15/go.mod h1:cmsc7Yeu8AS3wHLmN7bhwENXOpxfq+QoqxCIk2FneRk=
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=
go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 8c4e63d

Please sign in to comment.