Skip to content

Commit

Permalink
upgrade to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed May 19, 2023
1 parent e81ed0e commit 6318c29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
jobs:
build-go1.19:
build-go1.20:
docker:
- image: golang:1.19
- image: golang:1.20
working_directory: /go/src/github.com/kolide/kit
steps: &steps
- checkout
Expand All @@ -13,4 +13,4 @@ workflows:
version: 2
build:
jobs:
- build-go1.19
- build-go1.20
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.19.9'
go-version: '1.20.4'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 6318c29

Please sign in to comment.