Skip to content

Commit

Permalink
chore(deps): Upgrading go
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored Jan 5, 2024
1 parent 24adecb commit 1212d64
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.20', '1.19', '1.18' ]
go: [ '1.21', '1.20', '1.19' ]
include:
- go: '1.20'
- go: '1.21'
lint: true

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

0 comments on commit 1212d64

Please sign in to comment.