Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from im-kulikov/im-kulikov-patch-1-1
Browse files Browse the repository at this point in the history
Update go.yml
  • Loading branch information
im-kulikov committed Mar 25, 2022
2 parents 585a4d1 + d486bc7 commit c9a1f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go
on: [push]
on: [push, pull_request]
jobs:

build:
Expand All @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: [ '1.15.x', '1.16.x', '1.17.x' ]
go: [ '1.16.x', '1.17.x', '1.18.x' ]
steps:

- name: Setup go
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit c9a1f40

Please sign in to comment.