Skip to content

Commit

Permalink
Build: Update ubuntu image and remove unversioned golint download. (#658
Browse files Browse the repository at this point in the history
)

* Update ubuntu image and remove unversioned golint download.

* Remove CODEOWNERS.
  • Loading branch information
gmalouf authored Sep 18, 2024
1 parent a55d63f commit a6290d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workflows:
jobs:
test:
machine:
image: "ubuntu-2204:2022.04.2"
image: "ubuntu-2404:2024.05.1"
parameters:
go_version:
type: string
Expand All @@ -25,5 +25,4 @@ jobs:
version: << parameters.go_version >>
- run: |
go version
go get -u golang.org/x/lint/golint
make docker-test
2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

0 comments on commit a6290d2

Please sign in to comment.