Skip to content

Commit

Permalink
⚙️ Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Oct 1, 2021
1 parent 6e957f5 commit abbe08a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
if: ${{github.event.workflow_run.conclusion == 'success'}}
steps:
-
name: Checkout
Expand All @@ -20,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: go-test

on:
push:
branches:
- main
paths:
- "**/*.go"
- ".github/workflows/ci.yml"
Expand All @@ -18,10 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Git Checkout Deno Module
- name: Git Checkout Go Module
uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Dependencies
run: go get -v -t -d ./...
- name: Go test
Expand Down

0 comments on commit abbe08a

Please sign in to comment.