Skip to content

Commit

Permalink
Merge pull request #253 from sue445/go_1.23
Browse files Browse the repository at this point in the history
Upgrade to Go 1.23 🚀
  • Loading branch information
sue445 authored Aug 14, 2024
2 parents fd7c230 + dcc83b9 commit 01f21ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.60

- name: Slack Notification (not success)
uses: act10ns/slack@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23

RUN apt-get update \
&& apt-get install -y libaio1 unzip
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/sue445/plant_erd

go 1.22

toolchain go1.22.0
go 1.23

require (
github.com/deckarep/golang-set v1.8.0
Expand Down

0 comments on commit 01f21ef

Please sign in to comment.