Skip to content

Commit 65d24fd

Browse files
authored
Update Go to 1.21.4 (#141)
1 parent ae07d22 commit 65d24fd

File tree

4 files changed

+16
-463
lines changed

4 files changed

+16
-463
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: install golang
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.21.3
15+
go-version: 1.21.4
1616

1717
- name: checkout code
1818
uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go-version: [1.21.3]
15+
go-version: [1.21.4]
1616

1717
steps:
1818
- name: install golang

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aptible/supercronic
22

3-
go 1.20
3+
go 1.21.4
44

55
require (
66
github.com/evalphobia/logrus_sentry v0.8.2
@@ -16,15 +16,15 @@ require (
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/getsentry/raven-go v0.2.0 // indirect
1818
github.com/golang/protobuf v1.5.3 // indirect
19-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
19+
github.com/kr/text v0.2.0 // indirect
2020
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2121
github.com/pkg/errors v0.9.1 // indirect
2222
github.com/pmezard/go-difflib v1.0.0 // indirect
2323
github.com/prometheus/client_model v0.3.0 // indirect
2424
github.com/prometheus/common v0.42.0 // indirect
2525
github.com/prometheus/procfs v0.9.0 // indirect
26+
github.com/rogpeppe/go-internal v1.11.0 // indirect
2627
golang.org/x/sys v0.13.0 // indirect
2728
google.golang.org/protobuf v1.30.0 // indirect
28-
gopkg.in/yaml.v2 v2.4.0 // indirect
2929
gopkg.in/yaml.v3 v3.0.1 // indirect
3030
)

0 commit comments

Comments
 (0)