Skip to content

Commit

Permalink
Go 1.19.3, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Nov 30, 2022
1 parent dc19308 commit c96d980
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
memory: 100MiB

- name: test
image: golang:1.17.8
image: golang:1.19.3
volumes:
- name: cache
path: /go
Expand All @@ -35,7 +35,7 @@ steps:
memory: 2GiB

- name: goreleaser
image: golang:1.17.8
image: golang:1.19.3
resources:
requests:
cpu: 4000
Expand Down Expand Up @@ -79,7 +79,7 @@ steps:
depends_on: [goreleaser]

- name: fury-publish
image: golang:1.17.8
image: golang:1.19.3
resources:
requests:
cpu: 250
Expand Down Expand Up @@ -116,7 +116,7 @@ name: publish-production

steps:
- name: download
image: golang:1.17.8
image: golang:1.19.3
commands:
- ./scripts/download-release ${DRONE_BUILD_PARENT} dist/
resources:
Expand All @@ -128,7 +128,7 @@ steps:
memory: 256MiB

- name: fury-publish
image: golang:1.17.8
image: golang:1.19.3
resources:
requests:
cpu: 250
Expand All @@ -150,6 +150,6 @@ trigger:
- publish
---
kind: signature
hmac: 1e8cc0771e5995f2c3dda8356ecc73df0b1a50b1447722aeb58f05a9e294cb95
hmac: f12874efc1cc21a539cb640615e1138bb2823f6f5c8b28053e44ef5d5a7fe38c

...
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@ go 1.16
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/abh/errorutil v0.0.0-20130729183701-f9bd360d00b9
github.com/fsnotify/fsnotify v1.5.1
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
github.com/google/uuid v1.3.0 // indirect
github.com/miekg/dns v1.1.46
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.50
github.com/nxadm/tail v1.4.8
github.com/oschwald/geoip2-golang v1.6.1
github.com/oschwald/geoip2-golang v1.8.0
github.com/pborman/uuid v1.2.1
github.com/prometheus/client_golang v1.12.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/tools v0.1.9 // indirect
google.golang.org/protobuf v1.27.1 // indirect
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.0
golang.org/x/tools v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit c96d980

Please sign in to comment.