Skip to content

Commit b16eb9c

Browse files
authored
chore(deps): Upgrading go (#428)
1 parent 24adecb commit b16eb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
go: [ '1.20', '1.19', '1.18' ]
18+
go: [ '1.21', '1.20', '1.19' ]
1919
include:
20-
- go: '1.20'
20+
- go: '1.21'
2121
lint: true
2222

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

0 commit comments

Comments
 (0)