Skip to content

Commit

Permalink
Update go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Sep 6, 2023
1 parent d4a7d13 commit 2be98fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:

steps:
- name: test
image: registry.suse.com/bci/golang:1.19
image: registry.suse.com/bci/golang:1.20
commands:
- go install github.com/golang/mock/[email protected]
- ./scripts/ci
Expand All @@ -28,7 +28,7 @@ platform:

steps:
- name: test
image: registry.suse.com/bci/golang:1.19
image: registry.suse.com/bci/golang:1.20
commands:
- go install github.com/golang/mock/[email protected]
- ./scripts/ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: golangci-lint

env:
SETUP_GO_VERSION: '^1.19'
SETUP_GO_VERSION: '^1.20'

on:
push:
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/rancher/wrangler/v2

go 1.19
go 1.20

require (
github.com/evanphx/json-patch v5.6.0+incompatible
Expand Down

0 comments on commit 2be98fc

Please sign in to comment.