Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Upgrade Go to 1.19 (#95)
Browse files Browse the repository at this point in the history
Also fixes compilation failures after go-gitlab dependabot upgrade.
  • Loading branch information
samcontesse committed Oct 12, 2022
1 parent 8d3340a commit 5aad5db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: cache go modules
uses: actions/cache@v1
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/samcontesse/gitlab-merge-request-resource

go 1.17
go 1.19

require (
github.com/onsi/ginkgo/v2 v2.3.0
Expand Down
Loading

0 comments on commit 5aad5db

Please sign in to comment.