Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim Bot <[email protected]>
  • Loading branch information
gary-kim-bot committed Aug 13, 2024
1 parent d36c18c commit f4cb67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ steps:
commands:
- golangci-lint run
- name: test
image: golang:1.16
image: golang:1.23
commands:
- go test ./...
- name: build-test
image: golang:1.16
image: golang:1.23
commands:
- go build

Expand Down

0 comments on commit f4cb67b

Please sign in to comment.