Skip to content

Commit

Permalink
feat(go): upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Oct 10, 2023
1 parent 3c70a22 commit 82b42b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.20.7'
go_version: '1.21.2'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.20.7'
go_version: '1.21.2'
2 changes: 1 addition & 1 deletion .github/workflows/go.lint.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
go_version:
description: 'The Go version used (ex: 1.20.7)'
description: 'The Go version used (ex: 1.21.2)'
required: true
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.test.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
go_version:
description: 'The Go version used (ex: 1.20.7)'
description: 'The Go version used (ex: 1.21.2)'
required: true
type: string

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.20.7'
go_version: '1.21.2'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.20.7'
go_version: '1.21.2'

0 comments on commit 82b42b9

Please sign in to comment.