Skip to content

Commit

Permalink
go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleclay committed Aug 21, 2022
1 parent 8308c8f commit e359677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.18

- name: Cache Go
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.18

- uses: actions/cache@v3
with:
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/purpleclay/imds-mock

go 1.19
go 1.18

require (
github.com/evanphx/json-patch/v5 v5.6.0
Expand Down

0 comments on commit e359677

Please sign in to comment.