Skip to content

Commit

Permalink
all: upd go in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Dec 8, 2022
1 parent 9836688 commit 6a1b58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'name': 'build'

'env':
'GO_VERSION': '1.18.8'
'GO_VERSION': '1.18.9'
'NODE_VERSION': '14'

'on':
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'name': 'lint'

'env':
'GO_VERSION': '1.18.8'
'GO_VERSION': '1.18.9'

'on':
'push':
Expand Down

0 comments on commit 6a1b58b

Please sign in to comment.