Skip to content

Commit

Permalink
Update GH Workflow to use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean committed Nov 27, 2023
1 parent bc7f1f2 commit fc6714c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Test
run: task -t GithubActionTasks.yml main:unit-test
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Integration Test
run: task -t GithubActionTasks.yml main:integration-test
Expand Down

0 comments on commit fc6714c

Please sign in to comment.