Skip to content

Commit

Permalink
feat: update ci (#329)
Browse files Browse the repository at this point in the history
* Update config.yml

* Update go.yml
  • Loading branch information
berviantoleo authored Jun 16, 2024
1 parent 580c63d commit 37889d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.20
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit 37889d8

Please sign in to comment.