Skip to content

Commit

Permalink
Precise go version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1x0n committed Sep 15, 2023
1 parent 824e7fc commit 5f223e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go 1.20
- name: Set up Go 1.20.5
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up Go 1.20
- name: Set up Go 1.20.5
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.5

- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5f223e3

Please sign in to comment.