Skip to content

Commit

Permalink
chore(CI): Upgrading to Go 1.18 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored Apr 27, 2022
1 parent f0760ab commit 078a3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

strategy:
matrix:
go: [ 1.17, 1.16, 1.15 ]
go: [ 1.18, 1.17, 1.16 ]
include:
- go: 1.17
- go: 1.18
lint: true

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit 078a3af

Please sign in to comment.