Skip to content

Commit

Permalink
build(github-actions): remove older go versions (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Dec 19, 2023
1 parent cc7450a commit 1540c0a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: Go

on:
pull_request:
branches:
- main
branches: [main]
push:
branches:
- main
tags:
- '!*'
branches: [main]
tags: ['!*']

jobs:
build:
Expand All @@ -17,17 +14,12 @@ jobs:
strategy:
matrix:
go-version:
- '1.11'
- '1.12'
- '1.13'
- '1.14'
- '1.15'
- '1.16'
- '1.17'
- '1.18'
- '1.19'
- '1.20'
- '1.21'

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 1540c0a

Please sign in to comment.