Skip to content

Commit

Permalink
go version updated (#133)
Browse files Browse the repository at this point in the history
* go version updated
  • Loading branch information
incu6us committed Sep 7, 2023
1 parent 4d6f535 commit 98d303d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go-version: [ 1.20.x, oldstable, stable ]
go-version: [ 1.21.x, oldstable, stable ]

runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go 1.20
uses: actions/setup-go@v1
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.21.1
id: go

- name: Set Envs
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/incu6us/goimports-reviser/v3

go 1.20
go 1.21

require (
github.com/stretchr/testify v1.6.1
Expand Down

0 comments on commit 98d303d

Please sign in to comment.