Skip to content

Commit

Permalink
go version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
incu6us committed Sep 7, 2023
1 parent 4d6f535 commit 3990b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 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
- name: Set up Go 1.21
uses: actions/setup-go@v1
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.1

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

0 comments on commit 3990b21

Please sign in to comment.