Skip to content

Commit

Permalink
bump go to 1.21 (#68)
Browse files Browse the repository at this point in the history
* bump go to 1.21

* relax go mod version check
  • Loading branch information
tjamet committed Sep 14, 2023
1 parent 117996f commit 2cecdd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17
- name: Set up Go
uses: actions/setup-go@v4.1.0
with:
go-version: "1.17"
go-version: "1.21"
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -42,9 +42,9 @@ jobs:
coverageArgs: ["-coverprofile=coverage.txt -covermode=atomic"]
include:
- os: windows-latest
go-version: 1.17
go-version: 1.21
coverageArgs: ""
go-version: [1.17]
go-version: [1.21]
name: Build
runs-on: ${{ matrix.os }}
steps:
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/actions-go/toolkit

go 1.17
go 1.19

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand Down

0 comments on commit 2cecdd0

Please sign in to comment.